forked from extern/nix-config
7 lines
126 B
Nix
7 lines
126 B
Nix
{
|
|
systemd = {
|
|
extraConfig = "DefaultTimeoutStopSec=10s";
|
|
services.NetworkManager-wait-online.enable = false;
|
|
};
|
|
}
|