mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
crowdsec
This commit is contained in:
parent
bf99af9f63
commit
ec74c778f4
1 changed files with 3 additions and 4 deletions
|
|
@ -47,11 +47,10 @@
|
|||
services.crowdsec-firewall-bouncer = {
|
||||
enable = true;
|
||||
|
||||
# Automatically register the bouncer with the local CrowdSec engine
|
||||
registerBouncer = true;
|
||||
|
||||
# Using the 'settings' attribute for fine-grained configuration
|
||||
settings = {
|
||||
# Automatically register the bouncer with the local CrowdSec engine
|
||||
# This generates the API key for you.
|
||||
registerBouncer = true;
|
||||
mode = "nftables"; # Modern NixOS uses nftables by default
|
||||
log_level = "info";
|
||||
update_frequency = "10s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue