diff --git a/hosts/common/programs/ntfy-sh.nix b/hosts/common/programs/ntfy-sh.nix index 590f4a9a..dfb2a89d 100644 --- a/hosts/common/programs/ntfy-sh.nix +++ b/hosts/common/programs/ntfy-sh.nix @@ -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";