Compare commits

...

2 commits

Author SHA1 Message Date
bb432ee3f2 Merge pull request 'feat: install fail2ban' (#63) from install-fail2ban into main
Reviewed-on: #63
2024-07-15 20:00:46 +00:00
10962caf22
feat: install fail2ban 2024-07-15 21:51:02 +02:00

View file

@ -39,7 +39,10 @@
tree
];
services.syncthing.enable = true;
services = {
fail2ban.enable = true;
syncthing.enable = true;
};
systemd = {
services.register-thing = {