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