Add crowdsec module and cs-firewall-bouncer package
This commit is contained in:
parent
fdded71651
commit
6ec54454a2
3 changed files with 113 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue