mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
hosts: don't reboot with system upgrades
This commit is contained in:
parent
f4d6547c06
commit
5ff89ab016
|
@ -134,12 +134,7 @@ in {
|
|||
};
|
||||
|
||||
environment.variables.GDK_SCALE = "1.25";
|
||||
|
||||
system = {
|
||||
autoUpgrade.allowReboot = lib.mkForce false;
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
zramSwap.memoryPercent = 100;
|
||||
|
||||
ar = {
|
||||
|
|
Loading…
Reference in a new issue