mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
crowdsec: Disable the new implementation
This commit is contained in:
parent
f0bb9d6160
commit
d9eae8fc2c
2 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [ inputs.crowdsec.nixosModules.crowdsec-firewall-bouncer ];
|
||||
disabledModules = [ "services/security/crowdsec-firewall-bouncer.nix" ];
|
||||
|
||||
options.custom.services.crowdsec.bouncers.firewall = lib.mkEnableOption "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue