1

i18n supported locales

This commit is contained in:
2022-07-02 15:42:43 +02:00
parent 926aefbd00
commit 63f7449304

View File

@ -98,6 +98,12 @@
LC_TIME = "de_DE.UTF-8";
};
# https://github.com/NixOS/nixpkgs/issues/179486
i18n.supportedLocales = [
"en_US.UTF-8/UTF-8"
"de_DE.UTF-8/UTF-8"
];
# TODO: Other ports (tcp/udp/ssh...)?
# Open ports in the firewall.
networking = {