diff options
author | Alan Pearce | 2025-02-02 20:40:47 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-02 20:40:47 +0100 |
commit | 6903344a88d76dbd8e9a3218b687f2848501bbc1 (patch) | |
tree | 8542aeac9255c30fa889d666a50e5d3fe2ee2c1e /system | |
parent | 6f752c78607cf2043e0bd2ce4219510bc7965276 (diff) | |
download | nixfiles-6903344a88d76dbd8e9a3218b687f2848501bbc1.tar.lz nixfiles-6903344a88d76dbd8e9a3218b687f2848501bbc1.tar.zst nixfiles-6903344a88d76dbd8e9a3218b687f2848501bbc1.zip |
remove england
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/configuration/england.nix | 10 |
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; - }; -} |