diff --git a/modules/services/ntfy.nix b/modules/services/ntfy.nix index 71a28f5..66d7a2b 100644 --- a/modules/services/ntfy.nix +++ b/modules/services/ntfy.nix @@ -15,7 +15,10 @@ in { nginx.virtualHosts.${hostname} = { useACMEHost = "liv.town"; forceSSL = true; - locations."/" = { proxyPass = "http://127.0.0.1:${toString port}"; }; + locations."/" = { + proxyPass = "http://127.0.0.1:${toString port}"; + proxyWebsockets = true; + }; }; frp.settings.proxies = [ {