mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
set systemd shutdown timeout to 7s
This commit is contained in:
parent
ae956898d9
commit
930acac8d2
|
@ -88,6 +88,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=7s
|
||||
'';
|
||||
|
||||
# Configure console keymap
|
||||
console.keyMap = "de";
|
||||
|
||||
|
|
Loading…
Reference in a new issue