From 960c77a651499918995147c0c2d47837703714ac Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 24 Nov 2022 11:19:01 +0100 Subject: [PATCH] fixing networkd-online-waiting --- nixos/modules/system/wifi.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/modules/system/wifi.nix b/nixos/modules/system/wifi.nix index 8cf14d2..dbe4da2 100644 --- a/nixos/modules/system/wifi.nix +++ b/nixos/modules/system/wifi.nix @@ -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" ''