Install and configure crowdsec on cirrus

This commit is contained in:
SebastianStork 2025-05-25 18:33:04 +02:00
parent 9bfcf3b023
commit 119b6819f3
6 changed files with 181 additions and 5 deletions

View file

@ -43,6 +43,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
crowdsec = {
url = "git+https://codeberg.org/kampka/nix-flake-crowdsec.git";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";