feat: install fail2ban
This commit is contained in:
parent
3b7bffa856
commit
10962caf22
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