mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user