From 970447ed91aba149cb1bc1b1c8de59fddf56fcf5 Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Sat, 8 Jun 2024 17:20:04 +0200 Subject: [PATCH] Add ipset to reverse-proxy --- nixos/hosts/reverse-proxy/crowdsec.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/hosts/reverse-proxy/crowdsec.nix b/nixos/hosts/reverse-proxy/crowdsec.nix index 22a7d7d..68bce1f 100644 --- a/nixos/hosts/reverse-proxy/crowdsec.nix +++ b/nixos/hosts/reverse-proxy/crowdsec.nix @@ -12,6 +12,9 @@ nixpkgs.overlays = [ inputs.crowdsec.overlays.default ]; + environment.systemPackages = [ + pkgs.ipset + ]; sops.secrets = { "crowdsec/enrollKeyFile" = { owner = config.systemd.services.crowdsec.serviceConfig.User;