diff options
Diffstat (limited to 'hosts/common/system')
-rw-r--r-- | hosts/common/system/default.nix | 1 | ||||
-rw-r--r-- | hosts/common/system/locale.nix | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix index 3e546ff..fda467f 100644 --- a/hosts/common/system/default.nix +++ b/hosts/common/system/default.nix @@ -4,7 +4,6 @@ imports = [ ./boot.nix ./hardware.nix - ./locale.nix ./network.nix ./security.nix ./software.nix diff --git a/hosts/common/system/locale.nix b/hosts/common/system/locale.nix deleted file mode 100644 index 53174e3..0000000 --- a/hosts/common/system/locale.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, ... }: - -{ - # Select internationalisation properties. - i18n.defaultLocale = "en_US.UTF-8"; - - time.timeZone = "America/Los_Angeles"; - - location.latitude = 37.8715; - location.longitude = -122.2730; - location.provider = "manual"; -} |