mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
crowdsec: Refactor module
This commit is contained in:
parent
74c584c1c4
commit
eff300b055
4 changed files with 134 additions and 145 deletions
|
|
@ -24,12 +24,12 @@
|
|||
|
||||
crowdsec = {
|
||||
enable = true;
|
||||
firewallBouncer.enable = true;
|
||||
sources = [
|
||||
"sshd"
|
||||
"iptables"
|
||||
"caddy"
|
||||
];
|
||||
sources = {
|
||||
iptables = true;
|
||||
sshd = true;
|
||||
caddy = true;
|
||||
};
|
||||
bouncer.firewall = true;
|
||||
};
|
||||
|
||||
forgejo = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue