7 lines
106 B
Nix
7 lines
106 B
Nix
{
|
|
# Stop systemd from hanging for ages
|
|
systemd.extraConfig = ''
|
|
DefaultTimeoutStopSec=10s
|
|
'';
|
|
}
|