feat: Add crowdsec module

This commit is contained in:
Tristan Daniël Maat 2025-01-24 00:35:23 +08:00
parent 22981fdcdd
commit d0c6f2bcbe
Signed by: tlater
GPG key ID: 49670FD774E43268
13 changed files with 624 additions and 6 deletions

View file

@ -1 +1,6 @@
{ imports = [ ./nginxExtensions.nix ]; }
{
imports = [
./crowdsec
./nginxExtensions.nix
];
}