about summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-07-19 23:03:34 +0300
committerGitHub <noreply@github.com>2023-07-19 23:03:34 +0300
commit6f66c57acc5ef4ca269fa1eb92b8599188b60b8e (patch)
tree5bcecc6e592841186d2c103581ca801017b521a1 /nixos/modules/system/boot
parent05f220631ab0bea69a8bcd11a837613a1ca06372 (diff)
parent4d38fa043b5e9d3b5ffd541ac96c5627f92d6ae0 (diff)
Merge pull request #241365 from RaitoBezarius/macaddrs-netdevs
nixos/networkd: support netdev MAC addresses
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/networkd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix
index c5fc259e26805..a7ca69af74c4f 100644
--- a/nixos/modules/system/boot/networkd.nix
+++ b/nixos/modules/system/boot/networkd.nix
@@ -171,7 +171,7 @@ let
           "batadv"
         ])
         (assertByteFormat "MTUBytes")
-        (assertMacAddress "MACAddress")
+        (assertNetdevMacAddress "MACAddress")
       ];
 
       sectionVLAN = checkUnitConfig "VLAN" [