1
0
forked from extern/nix-config
donovanglover-nix-config/modules/systemd.nix
Donovan Glover 62207c05fa
chore: Formatting
Also removes redundant comments.
2023-06-26 18:38:45 -04:00

7 lines
126 B
Nix

{
systemd = {
extraConfig = "DefaultTimeoutStopSec=10s";
services.NetworkManager-wait-online.enable = false;
};
}