summaryrefslogtreecommitdiff
path: root/hosts/dishwasher
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-17 20:58:09 +0100
committerGrigory Shipunov2023-01-17 20:58:09 +0100
commitc2123f2ef6ac899b19902c06bfe1f7e4c1a0d2b5 (patch)
treedef7d3094370d3a830704bd0111b0bcf317eac64 /hosts/dishwasher
parent3ddfc838023dbbcd6eb89509b37baed80114e6d6 (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.nix2
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";
};