l network-manager: disable wait-online

This commit is contained in:
lassulus 2022-04-15 18:42:00 +02:00
parent 83ad464d68
commit 4815c90f4d

View File

@ -11,6 +11,7 @@
"vboxnet*"
];
};
systemd.services.NetworkManager-wait-online.enable = false;
users.users.mainUser = {
extraGroups = [ "networkmanager" ];
packages = with pkgs; [