From 29905a460b57d34317cd00267b6aa3f6a2674fd4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:49:03 +0200 Subject: [PATCH] Update --- hosts/modules/server/ntfy-sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/server/ntfy-sh.nix b/hosts/modules/server/ntfy-sh.nix index 728bb5e..f191147 100644 --- a/hosts/modules/server/ntfy-sh.nix +++ b/hosts/modules/server/ntfy-sh.nix @@ -9,7 +9,7 @@ in { enable = true; settings = { base-url = url; - listen-http = "${port}"; + listen-http = "${toString port}"; # auth-file = "/etc/ntfy-sh/authfile" auth-default-access = "deny-all"; behind-proxy = true;