diff options
Diffstat (limited to '')
| -rw-r--r-- | profiles/server.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/server.nix b/profiles/server.nix index fe59484..728bd81 100644 --- a/profiles/server.nix +++ b/profiles/server.nix @@ -1,5 +1,7 @@ { ... }: { + boot.tmp.cleanOnBoot = true; + services.fail2ban = { enable = true; ignoreIP = [ |
