From 88d23106c75419b8d92c3862e1806bdf682dcb0c Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 1 Jul 2024 17:18:14 +0300 Subject: [PATCH] YaMusicDownload : Potential fix for systemd user timer. --- host/home/YaMusicDownload.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; }; }; }