diff --git a/hosts/modules/server/ntfy-sh.nix b/hosts/modules/server/ntfy-sh.nix index 564608f..2692f83 100644 --- a/hosts/modules/server/ntfy-sh.nix +++ b/hosts/modules/server/ntfy-sh.nix @@ -5,6 +5,7 @@ let port = 8082; url = "https://" + hostname; in { + environment.etc."ntfy-sh/auth" = { text = ""; }; services.ntfy-sh = { enable = true; settings = {