mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 12:34:24 +01:00
Replace 127.0.0.1 with localhost
This commit is contained in:
parent
e288bb2bf3
commit
0b2fbc2c6d
8 changed files with 12 additions and 9 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
package = inputs.crowdsec.packages.${pkgs.system}.crowdsec-firewall-bouncer;
|
||||
settings = {
|
||||
api_key = "cs-firewall-bouncer";
|
||||
api_url = "http://127.0.0.1:${builtins.toString cfg.apiPort}";
|
||||
api_url = "http://localhost:${builtins.toString cfg.apiPort}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue