hosts/hel-01: temporarily disable crowdsec-firewall-bouncer
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
|
||||
sops.secrets = {
|
||||
"crowdsec/fwBouncerLapiKey" = { };
|
||||
"crowdsec/wafLapiKey" = {
|
||||
owner = "traefik";
|
||||
mode = "0400";
|
||||
};
|
||||
#"crowdsec/wafLapiKey" = {
|
||||
# owner = "traefik";
|
||||
# mode = "0400";
|
||||
#};
|
||||
"borgmatic_pass/local" = { };
|
||||
"borgmatic_pass/remote" = { };
|
||||
};
|
||||
@@ -44,10 +44,10 @@
|
||||
apiKeyFile = config.sops.secrets."crowdsec/fwBouncerLapiKey".path;
|
||||
};
|
||||
|
||||
crowdsec-traefik-bouncer = {
|
||||
enable = true;
|
||||
lapiKeyFile = config.sops.secrets."crowdsec/wafLapiKey".path;
|
||||
};
|
||||
#crowdsec-traefik-bouncer = {
|
||||
# enable = true;
|
||||
# lapiKeyFile = config.sops.secrets."crowdsec/wafLapiKey".path;
|
||||
#};
|
||||
|
||||
#borg-config = {
|
||||
# enable = true;
|
||||
|
||||
Reference in New Issue
Block a user