about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-07-12 14:25:12 +0100
committerdevhell <devhell@mailfresser.de>2019-07-12 14:25:12 +0100
commit86fc172eb62268427da93b2bd45280277dd54463 (patch)
tree9eff9122ce16b041a07e5580d321b2a42a59827b
parent7fbb403a6a3ab03164c17efe46d1b73318be9511 (diff)
profiles/base: Set timeZone to null
With this set the timezone should be automatically set as promised by
services.localtime.
-rw-r--r--modules/user/devhell/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index ae7b5e74..290bde5a 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -20,7 +20,7 @@ in {
     };
 
     time = {
-      timeZone = "Europe/London";
+      timeZone = "null";
     };
 
     system = {