about summary refs log tree commit diff
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
parent86fc172eb62268427da93b2bd45280277dd54463 (diff)
devhell: Remove localtime and revert timeZone
Never mind. This doesn't work, of course.
-rw-r--r--machines/devhell/eir.nix1
-rw-r--r--machines/devhell/hildr.nix1
-rw-r--r--modules/user/devhell/profiles/base.nix2
3 files changed, 1 insertions, 3 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index b5d0ae31..3697a3a2 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -83,7 +83,6 @@
   vuizvui.user.devhell.profiles.services.enable = true;
 
   services = {
-    localtime.enable = true;
     thermald.enable = true;
     tftpd.enable = false;
     gnome3.gnome-keyring.enable = true;
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index fbf9a216..431dfd94 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -87,7 +87,6 @@
   vuizvui.user.devhell.profiles.services.enable = true;
 
   services = {
-    localtime.enable = true;
     thermald.enable = true;
     tftpd.enable = false;
     gnome3.gnome-keyring.enable = true;
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 = {