mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
7
hosts/modules/server/security.nix
Normal file
7
hosts/modules/server/security.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
networking.firewall.enable = true;
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
maxretry = 5;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user