flake/common/systemd.nix

7 lines
108 B
Nix

{ config, lib, pkgs, modulesPath, ... }:
{
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
}