Add crowdsec module and cs-firewall-bouncer package

This commit is contained in:
Théo Barnouin 2025-04-04 10:36:38 +02:00
parent fdded71651
commit 6ec54454a2
3 changed files with 113 additions and 1 deletions

View file

@ -66,12 +66,16 @@
"${inputs.nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
"${inputs.self}/systems/minimalLXCConfig.nix"
"${inputs.self}/services"
"${inputs.self}/modules"
{
networking.hostName = "nginx";
services
services = {
vm_nginx = {
enable = true;
};
crowdsec-firewall-bouncer = {
enable = true;
};
crowdsec = {
enable = true;
autoUpdateService = false;