config/systems/desktop/systemd.nix
2024-09-29 16:42:01 +01:00

7 lines
106 B
Nix

{
# Stop systemd from hanging for ages
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
}