diff options
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/tente/default.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 72cd466..a2bf681 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -144,6 +144,9 @@ in    ];    networking.firewall.allowedUDPPorts = []; +  # comes with a pre-configured SSH jail +  services.fail2ban.enable = true; +    users.groups.www-data = {};    systemd.tmpfiles.rules = [ | 
