1
0

Fix PATH issue

This commit is contained in:
dump_stack() 2019-08-12 16:34:29 +00:00
parent c263876d9e
commit 910af69b99
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -53,7 +53,7 @@ in {
# force update all channels
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.Persistent = true;