krebs: set defaultLocale
This commit is contained in:
parent
ad122be3b9
commit
b7a24272db
@ -27,9 +27,6 @@ with import <stockholm/lib>;
|
|||||||
];
|
];
|
||||||
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
i18n = {
|
|
||||||
defaultLocale = lib.mkForce "C";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.ssh.startAgent = false;
|
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.
|
# The NixOS release to be compatible with for stateful data such as databases.
|
||||||
system.stateVersion = "17.03";
|
system.stateVersion = "17.03";
|
||||||
|
|
||||||
|
# maybe fix Error: unsupported locales detected:
|
||||||
|
i18n.defaultLocale = mkDefault "C.UTF-8";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user