From b1ffabc10483067a2a402a945821ead78bfa4f84 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 07:51:56 -0700 Subject: profiles: create default and server The NAS and the router are "servers", and we create a base profile for them. We add a default profile that will set things that are common to all my hosts, and we start with the locales. Update tahoe/carmel to use the server profile. --- modules/system/locale/default.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 modules/system/locale/default.nix (limited to 'modules/system/locale') diff --git a/modules/system/locale/default.nix b/modules/system/locale/default.nix deleted file mode 100644 index 2026764..0000000 --- a/modules/system/locale/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -# Language settings -{ ... }: { - # Select internationalisation properties. - i18n.defaultLocale = "en_US.UTF-8"; - - time.timeZone = "America/Los_Angeles"; -} -- cgit 1.4.1