l network-manager: disable wait-online
This commit is contained in:
parent
83ad464d68
commit
4815c90f4d
@ -11,6 +11,7 @@
|
|||||||
"vboxnet*"
|
"vboxnet*"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
users.users.mainUser = {
|
users.users.mainUser = {
|
||||||
extraGroups = [ "networkmanager" ];
|
extraGroups = [ "networkmanager" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user