all repos — nixfiles @ 2a7fdeb9dfa214e1eef0b7cdabc970b69e65c25d

System and user configuration, managed by nix and home-manager

Add Berlin module
Alan Pearce alan@alanpearce.eu
Sat, 09 Sep 2017 14:55:22 +0200
commit

2a7fdeb9dfa214e1eef0b7cdabc970b69e65c25d

parent

237e8d6f5d9f4ed9a98891d1486c3fa0a7d2fafe

2 files changed, 9 insertions(+), 0 deletions(-)

jump to
A modules/berlin.nix
@@ -0,0 +1,8 @@+{ config, pkgs, ... }:
+
+{ time.timezone = "Europe/Berlin";
+  redshift = {
+    latitude = "52.586";
+    longitude = "13.300";
+  };
+}
M satoshipad.nixsatoshipad.nix
@@ -13,6 +13,7 @@ ./modules/hidpi.nix     ./modules/nitrokey.nix
     ./modules/shell.nix
     ./modules/dotfiles.nix
+    ./modules/berlin.nix
   ];
 
   networking.hostName = "satoshipad";