Set monetary locale to use Euro

restic-rest-server
Simon Bruder 2020-12-20 17:10:22 +01:00
parent 2fb7617a03
commit 5f56b5a3a7
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
{ ... }:
{
i18n.defaultLocale = "en_GB.UTF-8";
i18n = {
defaultLocale = "en_GB.UTF-8";
extraLocaleSettings = {
LC_MONETARY = "de_DE.UTF-8";
};
};
console.keyMap = "de";
time.timeZone = "Europe/Berlin";