fixing networkd-online-waiting

feature/hass
Ingolf Wagner 2022-11-24 11:19:01 +01:00
parent 623efa34dd
commit 960c77a651
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 4 additions and 0 deletions

View File

@ -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" ''