mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -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";
|
environment.variables.GDK_SCALE = "1.25";
|
||||||
|
system.stateVersion = "24.05";
|
||||||
system = {
|
|
||||||
autoUpgrade.allowReboot = lib.mkForce false;
|
|
||||||
stateVersion = "24.05";
|
|
||||||
};
|
|
||||||
|
|
||||||
zramSwap.memoryPercent = 100;
|
zramSwap.memoryPercent = 100;
|
||||||
|
|
||||||
ar = {
|
ar = {
|
||||||
|
|
Loading…
Reference in a new issue