fix(ntfy-notify): use --from-config flag for multi-topic subscribe #4

Closed
jpporta wants to merge 1 commits from fix/ntfy-from-config into main
Showing only changes of commit 09c7501d31 - Show all commits
+1 -1
View File
@@ -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;
};