From 3eb9e699260cfc080e7551ceb8b11b8330633fc3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:56:35 -0700 Subject: move locale configuration to a module --- hosts/common/system/default.nix | 1 - hosts/common/system/locale.nix | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 hosts/common/system/locale.nix (limited to 'hosts/common') 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"; -} -- cgit 1.4.1