diff options
| author | Grigory Shipunov | 2023-01-17 20:58:09 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-17 20:58:09 +0100 |
| commit | c2123f2ef6ac899b19902c06bfe1f7e4c1a0d2b5 (patch) | |
| tree | def7d3094370d3a830704bd0111b0bcf317eac64 /hosts/dishwasher | |
| parent | 3ddfc838023dbbcd6eb89509b37baed80114e6d6 (diff) | |
try to match against name, so udev/iwd race doesn't affecrt networking
Diffstat (limited to 'hosts/dishwasher')
| -rw-r--r-- | hosts/dishwasher/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; |
