Set timezone
Eelco Dolstra committed
Sep 8, 2015 at 13:32 UTC
fa39b0928310ce4d58bc41465c11bf87894a1d25
1 file changed
+2
delft/common.nix
+2
@@ -9,6 +9,8 @@ with pkgs.lib;
9
10
nixpkgs.config.allowUnfree = true;
11
12
+ time.timeZone = "Europe/Amsterdam";
13
+
14
users.mutableUsers = false;
15
16
users.extraUsers.root.openssh.authorizedKeys.keys =