diff options
Diffstat (limited to 'nixos/cobalt/services/fail2ban.nix')
-rw-r--r-- | nixos/cobalt/services/fail2ban.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/cobalt/services/fail2ban.nix b/nixos/cobalt/services/fail2ban.nix new file mode 100644 index 0000000..9731ef6 --- /dev/null +++ b/nixos/cobalt/services/fail2ban.nix @@ -0,0 +1,5 @@ +{ + services.fail2ban = { + enable = true; + }; +} |