about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-12-12 20:40:14 +0000
committerdevhell <devhell@mailfresser.de>2022-12-12 20:40:14 +0000
commit90d245de0522b44fb00309bdf79ecdca82159a12 (patch)
treeb8858ddd876bff3ccd6cad83d4e0ecf18cb7e4ec
parentd4c11d26d8017e3ee08cf3e3489402e02d9ce974 (diff)
profiles/base: remove TZ info
This is because changing TZ is not possible by automatic-timezoned if it
is configured declaratively.
-rw-r--r--modules/user/devhell/profiles/base.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 3a4afe70..8edfd782 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -21,10 +21,6 @@ in {
       experimental-features = [ "nix-command" "flakes" ];
     };
 
-    time = {
-      timeZone = "Europe/London";
-    };
-
     system = {
       fsPackages = with pkgs; [
         sshfs-fuse