This commit is contained in:
Hadi 2024-06-20 11:41:28 +02:00
parent fe393e3c2a
commit 81e72e574d

View File

@ -5,6 +5,7 @@ let
port = 8082; port = 8082;
url = "https://" + hostname; url = "https://" + hostname;
in { in {
environment.etc."ntfy-sh/auth" = { text = ""; };
services.ntfy-sh = { services.ntfy-sh = {
enable = true; enable = true;
settings = { settings = {