@cryptotaxi247 / infra / commits / 80f415b4

Fix typo in fail2ban jail definition

This fixes https://github.com/NixOS/infra/issues/871

Jeremy Fleischman committed Oct 18, 2025 at 13:38 UTC 80f415b403b60cd6a71d1a478638227090545e79
1 file changed +1 -1
non-critical-infra/modules/vaultwarden.nix
+1 -1
@@ -65,7 +65,7 @@
65 settings = {
66 backend = "systemd";
67 port = "80,443";
68 - filter = "vaultwarden_web[journalmatch='_SYSTEMD_UNIT=vaultwarden.service']";
68 + filter = "vaultwarden-web[journalmatch='_SYSTEMD_UNIT=vaultwarden.service']";
69 banaction = "%(banaction_allports)s";
70 maxretry = 3;
71 bantime = 14400;