tweak update settings

This commit is contained in:
Vinzenz Schroeter 2024-12-21 14:43:08 +01:00
parent d65d585136
commit 0e3c3b8971

View file

@ -84,7 +84,7 @@
# prevent stuck units from preventing shutdown (default is 120s) # prevent stuck units from preventing shutdown (default is 120s)
extraConfig = '' extraConfig = ''
DefaultTimeoutStopSec=12s DefaultTimeoutStopSec=10s
''; '';
}; };
@ -108,5 +108,10 @@
enable = true; enable = true;
enableGraphical = true; enableGraphical = true;
}; };
system.autoUpgrade = {
allowReboot = false;
operation = "boot";
};
}; };
} }