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/dishwasher/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/dishwasher') diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix index ea0f151..4670b82 100644 --- a/hosts/dishwasher/configuration.nix +++ b/hosts/dishwasher/configuration.nix @@ -54,7 +54,7 @@ # }; }; networks."aer" = { - matchConfig.name = "wlan0"; + matchConfig.Name = "wlan0"; networkConfig = { DHCP = "yes"; }; -- cgit v1.3.1