Skip to content

Commit 80f415b

Browse files
committed
Fix typo in fail2ban jail definition
This fixes #871
1 parent 5c52584 commit 80f415b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

non-critical-infra/modules/vaultwarden.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
settings = {
6666
backend = "systemd";
6767
port = "80,443";
68-
filter = "vaultwarden_web[journalmatch='_SYSTEMD_UNIT=vaultwarden.service']";
68+
filter = "vaultwarden-web[journalmatch='_SYSTEMD_UNIT=vaultwarden.service']";
6969
banaction = "%(banaction_allports)s";
7070
maxretry = 3;
7171
bantime = 14400;

0 commit comments

Comments
 (0)