Former-commit-id: ae9ffdf2a8
This commit is contained in:
Hadi
2024-06-19 23:52:10 +02:00
parent a9dc177a34
commit 5c6acc2028

View File

@@ -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;