mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-29 17:18:37 +01: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;
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
'';
|
||||
|
||||
virtualisation.vmVariant = {
|
||||
virtualisation = {
|
||||
memorySize = 8192;
|
||||
|
Loading…
Reference in New Issue
Block a user