From b7a24272db3d2ed342af7d9b979b8585408a640a Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 2 Dec 2022 14:24:46 +0100 Subject: krebs: set defaultLocale --- krebs/2configs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/krebs/2configs/default.nix b/krebs/2configs/default.nix index 38d77031..fffe128e 100644 --- a/krebs/2configs/default.nix +++ b/krebs/2configs/default.nix @@ -27,9 +27,6 @@ with import ; ]; console.keyMap = "us"; - i18n = { - defaultLocale = lib.mkForce "C"; - }; programs.ssh.startAgent = false; @@ -60,4 +57,7 @@ with import ; # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "17.03"; + + # maybe fix Error: unsupported locales detected: + i18n.defaultLocale = mkDefault "C.UTF-8"; } -- cgit v1.2.3