Disable ssh and fail2ban from helium, as they are not needed

This commit is contained in:
Vili Sinervä 2024-07-31 00:54:56 +03:00
parent c2f84c9602
commit b09d372462
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -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