summary refs log tree commit diff stats
path: root/system/modules/configuration/england.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/configuration/england.nix')
-rw-r--r--system/modules/configuration/england.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/modules/configuration/england.nix b/system/modules/configuration/england.nix
deleted file mode 100644
index b2f799cd..00000000
--- a/system/modules/configuration/england.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, ... }:
-
-{ time.timeZone = "Europe/London";
-  services.redshift = {
-    latitude = "52.2394";
-    longitude = "-0.9416";
-  };
-}