diff --git a/host/home/YaMusicDownload.nix b/host/home/YaMusicDownload.nix index 2578f277..0c93fab0 100644 --- a/host/home/YaMusicDownload.nix +++ b/host/home/YaMusicDownload.nix @@ -43,7 +43,7 @@ in { Persistent = true; Unit = "yamusicdownload.service"; }; - wantedBy = [ "timers.target" ]; + wantedBy = [ "default.target" ]; }; }; }