summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-29 13:39:25 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-29 13:39:25 +0200
commita148ffc3ce62b33797d21abfe66608314f9bdb29 (patch)
treef603a7b3ab8139cc87ed3904aa081bbdf93a2375
parent74585be49ce99585f0bfb649402cc807a6802fe7 (diff)
feat!(mcdowell): localize the system
-rw-r--r--systems/mcdowell.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index ed74873..26cc474 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -34,7 +34,9 @@
home-environments))
(keyboard-layout* (keyboard-layout "pl"))
- (services* (list guix-home)))
+ (services* (list guix-home))
+ (timezone* "Europe/Warsaw")
+ (locale* "pl_PL.utf8"))
(%suweren-operating-system kernel*
(bootloader-configuration* keyboard-layout*)
keyboard-layout*
@@ -43,6 +45,8 @@
host-name*
(file-systems* host-name*)
users*
+ timezone*
+ locale*
services*)))
operating-system*