From c2123f2ef6ac899b19902c06bfe1f7e4c1a0d2b5 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 17 Jan 2023 20:58:09 +0100 Subject: try to match against name, so udev/iwd race doesn't affecrt networking --- hosts/toaster/network.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/toaster/network.nix') diff --git a/hosts/toaster/network.nix b/hosts/toaster/network.nix index 239ee0e..018e9a3 100644 --- a/hosts/toaster/network.nix +++ b/hosts/toaster/network.nix @@ -46,7 +46,8 @@ }; }; networks."10-wlan-bond" = { - matchConfig.MACAddress = "04:7b:cb:2a:aa:8c"; + # matchConfig.MACAddress = "04:7b:cb:2a:aa:8c"; + matchConfig.Name = "wlan0"; networkConfig = { Bond = "james"; }; -- cgit v1.3.1