Don't allow reboot on autoUpgrade (Vanguard)
This commit is contained in:
parent
1600288da0
commit
eab19311c9
|
@ -10,5 +10,4 @@
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
hardware.opengl.extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd];
|
hardware.opengl.extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd];
|
||||||
hardware.opengl.extraPackages32 = [pkgs.driversi686Linux.amdvlk];
|
hardware.opengl.extraPackages32 = [pkgs.driversi686Linux.amdvlk];
|
||||||
system.autoUpgrade.allowReboot = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue