modules: enable fail2ban on all servers
This commit is contained in:
parent
12b88d0015
commit
8c1dd380b9
1 changed files with 1 additions and 1 deletions
|
@ -34,12 +34,12 @@ in rec {
|
|||
|
||||
server = [
|
||||
deploy-rs-receiver
|
||||
fail2ban
|
||||
nix-config-server
|
||||
system-recovery
|
||||
] ++ base ++ networking;
|
||||
|
||||
backbone = server ++ [
|
||||
fail2ban
|
||||
sss
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue