mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
Decrease systemd timeout
Unfortunately, the system occasionally gets stuck at the dreaded "stop job" message at times. I haven't delved into figuring out the cause yet, but this change ensures that shutdowns occur in a timely manner.
This commit is contained in:
parent
bae89090b0
commit
6794f7be19
@ -16,6 +16,10 @@
|
|||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
security.pam.services.swaylock = { };
|
security.pam.services.swaylock = { };
|
||||||
|
|
||||||
|
systemd.extraConfig = ''
|
||||||
|
DefaultTimeoutStopSec=10s
|
||||||
|
'';
|
||||||
|
|
||||||
virtualisation.vmVariant = {
|
virtualisation.vmVariant = {
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
memorySize = 8192;
|
memorySize = 8192;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user