Skip to content

Commit

Permalink
fix(nixos): Update systemd DefaultTimeoutStopSec
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 14, 2024
1 parent 2b7cfba commit c2567c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nixos-modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
};
};

systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
systemd.user.extraConfig = ''
DefaultTimeoutStopSec=10s
'';

networking = {
wireguard.enable = true;
networkmanager.enable = true;
Expand Down

0 comments on commit c2567c5

Please sign in to comment.