nixos: services: grocy: add note about fail2ban
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-09-22 02:21:01 +02:00
parent 5217f2d1b6
commit c476d73063

View file

@ -36,5 +36,7 @@ in
forceSSL = true;
useACMEHost = config.networking.domain;
};
# NOTE: unfortunately grocy does not log connection failures for fail2ban
};
}