fixing networkd-online-waiting
This commit is contained in:
parent
623efa34dd
commit
960c77a651
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ in
|
|||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
# because Networkd-wait-online is just failing.
|
||||
systemd.services.systemd-networkd-wait-online.enable = false;
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
environment.systemPackages = [
|
||||
|
||||
(pkgs.writeShellScriptBin "scan-wifi" ''
|
||||
|
|
Loading…
Reference in a new issue