summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-09-02 17:06:15 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-09-02 17:06:15 +0200
commitb1b6d58659637cc9d582f694cddf74cb972025f8 (patch)
tree9b0342b7b0bbf9e503dcabeb3ae139960674f54c /common.nix
parentfa9e57609990f500c87b4684fdbc4b84ce1309ea (diff)
sync current config
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index e7f86d3..5e0a92a 100644
--- a/common.nix
+++ b/common.nix
@@ -109,6 +109,9 @@ in
LC_TIME = "de_DE.UTF-8";
};
+ # allow to have all locales
+ i18n.supportedLocales = [ "all" ];
+
# ensure we see the journal on TTY12
services.journald.console = "/dev/tty12";