about summary refs log tree commit diff
path: root/hosts/common/system/locale.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/system/locale.nix')
-rw-r--r--hosts/common/system/locale.nix12
1 files changed, 0 insertions, 12 deletions
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";
-}