ntfy: subscribe to the non-443 port

This commit is contained in:
Colin 2023-09-26 13:52:10 +00:00
parent fad9c8f483
commit 642afd6f34

View File

@ -28,7 +28,7 @@ in
path = [ cfg.package ];
script = ''
topic=$(cat ~/.config/ntfy-sh/topic)
ntfy sub "https://ntfy.uninsane.org/$topic"
ntfy sub "https://ntfy.uninsane.org:2587/$topic"
'';
serviceConfig = {
Type = "simple";