summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-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;