+9
-1
nixos/doc/manual/release-notes/rl-2003.xml
+9
-1
nixos/doc/manual/release-notes/rl-2003.xml
···+The <link linkend="opt-systemd.network.links">systemd.network.links</link> option is now respected
+44
-31
nixos/modules/system/boot/networkd.nix
+44
-31
nixos/modules/system/boot/networkd.nix
···+Whether to enable this .link unit. It's handled by udev no matter if <command>systemd-networkd</command> is enabled or not···+systemd.network.units = mapAttrs' (n: v: nameValuePair "${n}.link" (linkToUnit n v)) cfg.links;-systemd.network.units = mapAttrs' (n: v: nameValuePair "${n}.link" (linkToUnit n v)) cfg.links+systemd.network.units = mapAttrs' (n: v: nameValuePair "${n}.netdev" (netdevToUnit n v)) cfg.netdevs
+25
nixos/tests/networking.nix
+25
nixos/tests/networking.nix
···