Disable ssh and fail2ban from helium, as they are not needed
This commit is contained in:
parent
c2f84c9602
commit
b09d372462
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
||||||
max-jobs = 4;
|
max-jobs = 4;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.openssh.enable = pkgs.lib.mkForce false;
|
||||||
|
services.fail2ban.enable = pkgs.lib.mkForce false;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../base.nix
|
../base.nix
|
||||||
../users/vili.nix
|
../users/vili.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue