From ae9ffdf2a81d919dd264cbdf04442aff40816ad8 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:52:10 +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 fa67d77..6c75ee5 100644 --- a/hosts/modules/server/ntfy-sh.nix +++ b/hosts/modules/server/ntfy-sh.nix @@ -3,7 +3,7 @@ let hostname = "ntfy.anotherhadi.com"; port = 8082; - url = "https://" + hostname + ":" + port; + url = "https://" + hostname + ":${toString port}"; in { services.ntfy-sh = { enable = true;