summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index 270dec6..37a4191 100644
--- a/common.nix
+++ b/common.nix
@@ -109,9 +109,6 @@ in
LC_TIME = "de_DE.UTF-8";
};
- # ensure we build all needed locales
- i18n.supportedLocales = ["en_US.UTF-8/UTF-8" "de_DE.UTF-8/UTF-8"];
-
# ensure we see the journal on TTY12
services.journald.console = "/dev/tty12";