aboutsummaryrefslogtreecommitdiff
path: root/profiles/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-12 09:42:04 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-12 09:42:04 -0700
commita5b0cb848a6128f758e68bbcbbfc26f490f9342e (patch)
treea64d5b898b00887938a47e21f82082788f7e947d /profiles/default.nix
parentdelete LLM related stuff for now (diff)
downloadinfra-a5b0cb848a6128f758e68bbcbbfc26f490f9342e.tar.gz
import locale
Diffstat (limited to 'profiles/default.nix')
-rw-r--r--profiles/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
index 13b8759..d9aa706 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -30,13 +30,6 @@
};
};
- time.timeZone = "America/Los_Angeles";
-
- # Select internationalisation properties.
- i18n = {
- defaultLocale = "en_US.UTF-8";
- };
-
## only allow declarative user management
users.mutableUsers = false;