summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-03-29 17:01:18 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-03-29 17:01:18 +0100
commite2ad5def52d7d5cbeb8994b2c2f03bf0953be529 (patch)
tree34515cacf01a5167a7b1bfd4db831d051bc0d6ad
parentba3a3a40da25a9d2a4251890b468197cb1029aed (diff)
less services
-rw-r--r--common.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.nix b/common.nix
index 500f007..8cde8f2 100644
--- a/common.nix
+++ b/common.nix
@@ -166,9 +166,6 @@ in
settings.Macs = [ "hmac-sha2-512-etm@openssh.com" ];
};
- # guard the ssh service
- services.sshguard.enable = true;
-
# Set your time zone.
time.timeZone = "Europe/Berlin";
@@ -199,9 +196,6 @@ in
powerManagement.cpuFreqGovernor = "powersave";
services.thermald.enable = true;
- # allow firmware updates
- services.fwupd.enable = true;
-
# EurKey layout everywhere
services.xserver.xkb.layout = "eu";
console.useXkbConfig = true;