krebs: set defaultLocale

This commit is contained in:
lassulus 2022-12-02 14:24:46 +01:00
parent ad122be3b9
commit b7a24272db

View File

@ -27,9 +27,6 @@ with import <stockholm/lib>;
];
console.keyMap = "us";
i18n = {
defaultLocale = lib.mkForce "C";
};
programs.ssh.startAgent = false;
@ -60,4 +57,7 @@ with import <stockholm/lib>;
# 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";
}