diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/configuration/england.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/configuration/england.nix b/modules/configuration/england.nix new file mode 100644 index 00000000..b2f799cd --- /dev/null +++ b/modules/configuration/england.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ time.timeZone = "Europe/London"; + services.redshift = { + latitude = "52.2394"; + longitude = "-0.9416"; + }; +} |