This commit is contained in:
death916 2026-01-16 03:44:34 -08:00
parent 63488c1c28
commit 179ffd1064

View file

@ -71,4 +71,7 @@ in
systemd.services.crowdsec-firewall-bouncer.serviceConfig = {
EnvironmentFile = bouncerEnvFile;
};
environment = {
CREDENTIALS_DIRECTORY = "/var/lib/crowdsec";
};
}