fail2ban test 13

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

View File

@@ -21,10 +21,10 @@ in {
{"AccountTag":"secret"."TunnelSecret":"secret","TunnelID":"secret"} {"AccountTag":"secret"."TunnelSecret":"secret","TunnelID":"secret"}
''' '''
''; '';
tunnelId = lib.mkOption { };
type = lib.types.str; tunnelId = lib.mkOption {
example = "00000000-0000-0000-0000-000000000000"; type = lib.types.str;
}; example = "00000000-0000-0000-0000-000000000000";
}; };
}; };
}; };