about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base.nix')
-rw-r--r--machines/profpatsch/base.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index 9abb0a3c..d177edb5 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -17,6 +17,9 @@ in
     # /tmp should never be depended on
     boot.cleanTmpDir = true;
 
+    # Setting it to UTC explicitely makes it impossible to override at runtime
+    time.timeZone = lib.mkDefault "UTC";
+
     # the kernel OOM is not good enough without swap,
     # and I don’t like swap. This kills the most hoggy
     # processes when the system goes under a free space limit