Update
This commit is contained in:
parent
325f8e9d15
commit
ae9ffdf2a8
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
hostname = "ntfy.anotherhadi.com";
|
hostname = "ntfy.anotherhadi.com";
|
||||||
port = 8082;
|
port = 8082;
|
||||||
url = "https://" + hostname + ":" + port;
|
url = "https://" + hostname + ":${toString port}";
|
||||||
in {
|
in {
|
||||||
services.ntfy-sh = {
|
services.ntfy-sh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user