Merge pull request 'feat: install fail2ban' (#63) from install-fail2ban into main
Reviewed-on: #63
This commit is contained in:
commit
bb432ee3f2
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