make sure bash is in the nixos-upgrade PATH
This commit is contained in:
parent
bf4ea71641
commit
3915ed8a46
@ -254,6 +254,8 @@ in {
|
|||||||
|
|
||||||
time.timeZone = "UTC";
|
time.timeZone = "UTC";
|
||||||
|
|
||||||
|
systemd.services.nixos-upgrade.path = lib.mkAfter [ pkgs.bash ];
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user