Fix PATH issue
This commit is contained in:
parent
c263876d9e
commit
910af69b99
@ -53,7 +53,7 @@ in {
|
|||||||
|
|
||||||
# force update all channels
|
# force update all channels
|
||||||
systemd.services.nixos-upgrade.serviceConfig.ExecStartPre =
|
systemd.services.nixos-upgrade.serviceConfig.ExecStartPre =
|
||||||
"${pkgs.nix}/bin/nix-channel --update";
|
"/bin/sh -c '${pkgs.nix}/bin/nix-channel --update'";
|
||||||
|
|
||||||
systemd.timers.nixos-upgrade.timerConfig.OnBootSec = "30m";
|
systemd.timers.nixos-upgrade.timerConfig.OnBootSec = "30m";
|
||||||
systemd.timers.nixos-upgrade.timerConfig.Persistent = true;
|
systemd.timers.nixos-upgrade.timerConfig.Persistent = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user