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

@ -17,6 +17,15 @@
subdomain = "docs";
backups.enable = true;
};
crowdsec = {
enable = true;
firewallBouncer.enable = true;
sources = [
"iptables"
"caddy"
];
};
};
services.caddy = {