Skip to content

Commit d273361

Browse files
authored
Merge pull request #874 from jfly/issue-871-fail2ban-typo
Fix typo in fail2ban jail definition
2 parents fd24876 + 80f415b commit d273361

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)