mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
✨ Add fail2ban to server archetype
This commit is contained in:
parent
cc5ba78ddb
commit
4cf6a65764
1 changed files with 3 additions and 0 deletions
|
@ -34,5 +34,8 @@ in {
|
||||||
|
|
||||||
# Enable SSH for remote login
|
# Enable SSH for remote login
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
# SSH rate-limiting and bans
|
||||||
|
services.fail2ban.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue