summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-03 23:46:57 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-03 23:46:57 +0200
commit01e6e37fe7a041d437bd5fd7528a9e2561ef30cc (patch)
treec56e7a25fe7853b199350b65a61b5f3437fc75a9 /common.nix
parent09b9fd89acc5b7cabdd31e91c86b77078ff5d823 (diff)
more default config
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/common.nix b/common.nix
index f916914..28bd8f4 100644
--- a/common.nix
+++ b/common.nix
@@ -189,14 +189,6 @@ in
# allow to have all locales
i18n.supportedLocales = [ "all" ];
- # ensure we see the journal on TTY12
- services.journald.console = "/dev/tty12";
-
- # keep power consumption and heat in check
- powerManagement.enable = true;
- powerManagement.cpuFreqGovernor = "powersave";
- services.thermald.enable = true;
-
# EurKey layout everywhere
services.xserver.xkb.layout = "eu";
console.useXkbConfig = true;