From f35bbd4d0838fcf6fffa1f6ac379af64e981813b Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 12 Jul 2019 13:42:24 +0000 Subject: devhell: Remove localtime and revert timeZone Never mind. This doesn't work, of course. --- machines/devhell/eir.nix | 1 - machines/devhell/hildr.nix | 1 - modules/user/devhell/profiles/base.nix | 2 +- 3 files changed, 1 insertion(+), 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 = { -- cgit 1.4.1