diff --git a/services/crowdsec-firewall-bouncer.nix b/services/crowdsec-firewall-bouncer.nix index 3088979..529aa7f 100644 --- a/services/crowdsec-firewall-bouncer.nix +++ b/services/crowdsec-firewall-bouncer.nix @@ -13,7 +13,7 @@ with lib; let cfg = config.crowdsec-firewall-bouncer; - lapiHost = "log-01.tail755c5.ts.net:8080"; + lapiHost = "http://log-01.tail755c5.ts.net:8080"; in { imports = [ "${pkgsUnstable.path}/nixos/modules/services/security/crowdsec-firewall-bouncer.nix" ];