summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-27 01:02:09 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-27 01:02:09 +0000
commitf19c457420bbebafa7cfb4b71e13e91cedd36fb9 (patch)
treeffaa67c7cc3b9c67819b23abc3d7d60eeebf7d1c
parent65254feece79f3d1b5859c9220c8f5ba10ba28dd (diff)
downloadnixos-f19c457420bbebafa7cfb4b71e13e91cedd36fb9.tar
nixos-f19c457420bbebafa7cfb4b71e13e91cedd36fb9.tar.gz
nixos-f19c457420bbebafa7cfb4b71e13e91cedd36fb9.tar.bz2
nixos-f19c457420bbebafa7cfb4b71e13e91cedd36fb9.tar.xz
nixos-f19c457420bbebafa7cfb4b71e13e91cedd36fb9.zip
Switched timezone to local
-rw-r--r--vali.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index 77a8a04c..4123cd75 100644
--- a/vali.nix
+++ b/vali.nix
@@ -29,6 +29,8 @@ rec {
29 } 29 }
30 ''; 30 '';
31 31
32 time.timeZone = "Europe/Berlin";
33
32 networking.hostName = "vali"; # Define your hostname. 34 networking.hostName = "vali"; # Define your hostname.
33 networking.hostId = "03dda86d"; 35 networking.hostId = "03dda86d";
34 # networking.wireless.enable = true; # Enables wireless. 36 # networking.wireless.enable = true; # Enables wireless.