summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*