about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-28 11:41:59 +0200
committerAlyssa Ross <hi@alyssa.is>2023-10-28 11:41:59 +0200
commit0d88d0f37d9b4ec2418c1ff575de7aeada1a0459 (patch)
treef778a3178e08b52e3b34d21008312bba6187bb12
parentddbf114958d8c6458bc5aa095f00fb54dbe6d9d0 (diff)
downloadnixlib-0d88d0f37d9b4ec2418c1ff575de7aeada1a0459.tar
nixlib-0d88d0f37d9b4ec2418c1ff575de7aeada1a0459.tar.gz
nixlib-0d88d0f37d9b4ec2418c1ff575de7aeada1a0459.tar.bz2
nixlib-0d88d0f37d9b4ec2418c1ff575de7aeada1a0459.tar.lz
nixlib-0d88d0f37d9b4ec2418c1ff575de7aeada1a0459.tar.xz
nixlib-0d88d0f37d9b4ec2418c1ff575de7aeada1a0459.tar.zst
nixlib-0d88d0f37d9b4ec2418c1ff575de7aeada1a0459.zip
modules/workstation: use local time zone
-rw-r--r--modules/workstation/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/workstation/default.nix b/modules/workstation/default.nix
index 6a9d29ae84f4..d1b4ae4da0da 100644
--- a/modules/workstation/default.nix
+++ b/modules/workstation/default.nix
@@ -17,6 +17,8 @@
   services.getty.loginOptions = "-- \\u";
   services.locate.enable = true;
 
+  time.timeZone = "Europe/Berlin";
+
   virtualisation.podman.enable = true;
 
   programs.system-config-printer.enable = true;