Add garden and updates.
This commit is contained in:
parent
67823cbed6
commit
dab0af910b
14 changed files with 216 additions and 24 deletions
6
roles/fail2ban.nix
Normal file
6
roles/fail2ban.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
ignoreIP = [ "192.168.0.0/16" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue