about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-07-12 13:42:24 +0000
committerdevhell <devhell@mailfresser.de>2019-07-12 13:42:24 +0000
commitf35bbd4d0838fcf6fffa1f6ac379af64e981813b (patch)
tree43489577ae9e145fe5fc227fe32f57de36581fac /modules
parent86fc172eb62268427da93b2bd45280277dd54463 (diff)
devhell: Remove localtime and revert timeZone
Never mind. This doesn't work, of course.
Diffstat (limited to 'modules')
-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 290bde5a..ae7b5e74 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -20,7 +20,7 @@ in {
     };
 
     time = {
-      timeZone = "null";
+      timeZone = "Europe/London";
     };
 
     system = {