Workaround

This commit is contained in:
2025-07-16 15:27:53 +00:00
parent 911ab3d7ba
commit 965b63084e

View File

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