summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2025-02-02 20:40:47 +0100
committerAlan Pearce2025-02-02 20:40:47 +0100
commit6903344a88d76dbd8e9a3218b687f2848501bbc1 (patch)
tree8542aeac9255c30fa889d666a50e5d3fe2ee2c1e /system
parent6f752c78607cf2043e0bd2ce4219510bc7965276 (diff)
downloadnixfiles-6903344a88d76dbd8e9a3218b687f2848501bbc1.tar.lz
nixfiles-6903344a88d76dbd8e9a3218b687f2848501bbc1.tar.zst
nixfiles-6903344a88d76dbd8e9a3218b687f2848501bbc1.zip
remove england
Diffstat (limited to 'system')
-rw-r--r--system/settings/configuration/england.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/settings/configuration/england.nix b/system/settings/configuration/england.nix
deleted file mode 100644
index 1323b292..00000000
--- a/system/settings/configuration/england.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config
-, pkgs
-, ...
-}: {
-  time.timeZone = "Europe/London";
-  services.redshift = {
-    latitude = 52.2394;
-    longitude = -0.9416;
-  };
-}