feat: install fail2ban #63
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@
|
|||
tree
|
||||
];
|
||||
|
||||
services.syncthing.enable = true;
|
||||
services = {
|
||||
fail2ban.enable = true;
|
||||
syncthing.enable = true;
|
||||
};
|
||||
|
||||
systemd = {
|
||||
services.register-thing = {
|
||||
|
|
Loading…
Reference in a new issue