fail2ban test 13

This commit is contained in:
2025-07-16 16:26:19 +02:00
parent e342a4fd31
commit 6632c07809

View File

@@ -21,6 +21,7 @@ in {
{"AccountTag":"secret"."TunnelSecret":"secret","TunnelID":"secret"} {"AccountTag":"secret"."TunnelSecret":"secret","TunnelID":"secret"}
''' '''
''; '';
};
tunnelId = lib.mkOption { tunnelId = lib.mkOption {
type = lib.types.str; type = lib.types.str;
example = "00000000-0000-0000-0000-000000000000"; example = "00000000-0000-0000-0000-000000000000";
@@ -28,7 +29,6 @@ in {
}; };
}; };
}; };
};
config = mkIf cfg.enable { config = mkIf cfg.enable {
systemd.services.backup-vaultwarden.serviceConfig = { systemd.services.backup-vaultwarden.serviceConfig = {