From b1b6d58659637cc9d582f694cddf74cb972025f8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 2 Sep 2023 17:06:15 +0200 Subject: sync current config --- common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.nix') 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"; -- cgit v1.2.3