nixos: services: grocy: add fail2ban note

This commit is contained in:
Bruno BELANYI 2024-09-22 02:21:01 +02:00
parent 2b64a00dc9
commit 1f40ac4a9f

View file

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