.dotfiles/profiles/nixos/common/systemd.nix
2025-01-01 15:59:58 +01:00

8 lines
113 B
Nix

_:
{
# systemd
systemd.extraConfig = ''
DefaultTimeoutStartSec=60s
DefaultTimeoutStopSec=15s
'';
}