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