summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-08-12 15:50:28 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-08-12 15:50:28 +0200
commit71c7bc92e856e471d01c47287d10d17624588a41 (patch)
tree2ee98c81c4943038b55ef792a70d39c109655e61 /common.nix
parentdd04bdd306407dcef9b56632580890e33f4b9118 (diff)
sync config
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";