aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--roles/shared.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/shared.nix b/roles/shared.nix
index e5c38b1..bdf7639 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -136,7 +136,7 @@
network = {
enable = true;
networks."99-dhcp" = {
- matchConfig.Name = "*";
+ matchConfig.MACAddress = "*";
networkConfig.DHCP = "yes";
};
};