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";
|
||||
|
||||
systemd.services.nixos-upgrade.path = lib.mkAfter [ pkgs.bash ];
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
allowReboot = true;
|
||||
|
Loading…
Reference in New Issue
Block a user