ntfy: subscribe to the non-443 port
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
|||||||
path = [ cfg.package ];
|
path = [ cfg.package ];
|
||||||
script = ''
|
script = ''
|
||||||
topic=$(cat ~/.config/ntfy-sh/topic)
|
topic=$(cat ~/.config/ntfy-sh/topic)
|
||||||
ntfy sub "https://ntfy.uninsane.org/$topic"
|
ntfy sub "https://ntfy.uninsane.org:2587/$topic"
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
Reference in New Issue
Block a user