From b09d372462e70b57186386a9fb5d6ea7cffd51f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 31 Jul 2024 00:54:56 +0300 Subject: [PATCH] Disable ssh and fail2ban from helium, as they are not needed --- machine-confs/helium.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machine-confs/helium.nix b/machine-confs/helium.nix index 5f3a7ea..ab3713f 100644 --- a/machine-confs/helium.nix +++ b/machine-confs/helium.nix @@ -53,6 +53,9 @@ max-jobs = 4; }; + services.openssh.enable = pkgs.lib.mkForce false; + services.fail2ban.enable = pkgs.lib.mkForce false; + imports = [ ../base.nix ../users/vili.nix