diff --git a/modules/home-manager/ntfy-notify/default.nix b/modules/home-manager/ntfy-notify/default.nix index c76b83a..3d80efd 100644 --- a/modules/home-manager/ntfy-notify/default.nix +++ b/modules/home-manager/ntfy-notify/default.nix @@ -71,7 +71,7 @@ in }; Service = { Type = "simple"; - ExecStart = "${pkgs.ntfy-sh}/bin/ntfy subscribe"; + ExecStart = "${pkgs.ntfy-sh}/bin/ntfy subscribe --from-config"; Restart = "on-failure"; RestartSec = 10; };