mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
crowdsec
This commit is contained in:
parent
63488c1c28
commit
179ffd1064
1 changed files with 3 additions and 0 deletions
|
|
@ -71,4 +71,7 @@ in
|
||||||
systemd.services.crowdsec-firewall-bouncer.serviceConfig = {
|
systemd.services.crowdsec-firewall-bouncer.serviceConfig = {
|
||||||
EnvironmentFile = bouncerEnvFile;
|
EnvironmentFile = bouncerEnvFile;
|
||||||
};
|
};
|
||||||
|
environment = {
|
||||||
|
CREDENTIALS_DIRECTORY = "/var/lib/crowdsec";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue