Compare commits

..

2 commits

Author SHA1 Message Date
Bruno BELANYI c476d73063 nixos: services: grocy: add note about fail2ban
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-09-22 02:21:01 +02:00
Bruno BELANYI 5217f2d1b6 nixos: services: flood: add note about fail2ban 2024-09-22 02:13:30 +02:00
2 changed files with 0 additions and 4 deletions

View file

@ -90,7 +90,5 @@ in
allowedTCPPorts = [ cfg.peerPort ];
allowedUDPPorts = [ cfg.peerPort ];
};
# NOTE: unfortunately transmission does not log connection failures for fail2ban
};
}

View file

@ -99,7 +99,5 @@ in
config.services.vikunja.settings.files.basepath
];
};
# NOTE: unfortunately vikunja does not log connection failures for fail2ban
};
}