diff options
| author | ene <ene@sils.li> | 2023-03-25 13:41:53 +0100 |
|---|---|---|
| committer | ene <ene@sils.li> | 2023-03-25 13:41:53 +0100 |
| commit | 8d8ad7a9f79ba88cc5b07e8f5f4d1a4cded4ff1b (patch) | |
| tree | 055d3638608bec66546d0e8c593f89993b074b99 /system/services/default.nix | |
| parent | Fix(acme): Store certs permanently. (diff) | |
| download | nixos-server-8d8ad7a9f79ba88cc5b07e8f5f4d1a4cded4ff1b.zip | |
Feat(system/services/fail2ban): Add fail2ban
This should clear the logs somewhat.
Diffstat (limited to '')
| -rw-r--r-- | system/services/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index f36cb29..5d9e5b6 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -7,5 +7,6 @@ ./nix ./opensshd ./rust-motd + ./fail2ban ]; } |
