make sure bash is in the nixos-upgrade PATH

This commit is contained in:
dump_stack() 2024-12-17 09:10:13 +00:00
parent bf4ea71641
commit 3915ed8a46
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -254,6 +254,8 @@ in {
time.timeZone = "UTC";
systemd.services.nixos-upgrade.path = lib.mkAfter [ pkgs.bash ];
system.autoUpgrade = {
enable = true;
allowReboot = true;