summaryrefslogtreecommitdiff
path: root/sys/preset/dmz.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-20 22:35:52 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-21 00:19:10 -0600
commitb1f3d839adc88b024e3a79d09b54a1939b78edba (patch)
tree2287680392dd32e6bda4c7e2664dc607727d79c7 /sys/preset/dmz.nix
parentc88f8c51c90c1e48c75047849a42ae0ed6c4aa15 (diff)
net/fail2ban: initial commit
Diffstat (limited to 'sys/preset/dmz.nix')
-rw-r--r--sys/preset/dmz.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/preset/dmz.nix b/sys/preset/dmz.nix
index c6e290e..19985e0 100644
--- a/sys/preset/dmz.nix
+++ b/sys/preset/dmz.nix
@@ -34,6 +34,8 @@ in
net = {
enable = true;
hostname = "dmz";
+
+ fail2ban.enable = true;
};
web.sites.portal.enable = true;