Add Berlin module
2 files changed, 9 insertions(+), 0 deletions(-)
A modules/berlin.nix
@@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ time.timezone = "Europe/Berlin"; + redshift = { + latitude = "52.586"; + longitude = "13.300"; + }; +}
M satoshipad.nix → satoshipad.nix
@@ -13,6 +13,7 @@ ./modules/hidpi.nix ./modules/nitrokey.nix ./modules/shell.nix ./modules/dotfiles.nix + ./modules/berlin.nix ]; networking.hostName = "satoshipad";