diff --git a/global-home.nix b/global-home.nix index 01ed443a..07eeec89 100644 --- a/global-home.nix +++ b/global-home.nix @@ -180,6 +180,7 @@ in }; Service = { ExecStart = "${script}"; + Environment = "PATH=${pkgs.mpdcron}/bin:${pkgs.systemd}/bin"; }; Install = { WantedBy = [ "default.target" ];