diff --git a/modules/services/ntfy.nix b/modules/services/ntfy.nix index 66d7a2b..d7c9424 100644 --- a/modules/services/ntfy.nix +++ b/modules/services/ntfy.nix @@ -10,6 +10,9 @@ in { base-url = url; listen-http = "127.0.0.1:${toString port}"; behind-proxy = true; + visitor-attachment-daily-bandwidth-limit = "10M"; + visitor-request-limit-burst = 5; + visitor-request-limit-replenish = "15s"; }; }; nginx.virtualHosts.${hostname} = {