Loading nixos/modules/tasks/network-interfaces.nix +0 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,6 @@ let } ); # We must escape interfaces due to the systemd interpretation subsystemDevice = interface: "sys-subsystem-net-devices-${escapeSystemdPath interface}.device"; addrOpts = v: assert v == 4 || v == 6; Loading Loading
nixos/modules/tasks/network-interfaces.nix +0 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,6 @@ let } ); # We must escape interfaces due to the systemd interpretation subsystemDevice = interface: "sys-subsystem-net-devices-${escapeSystemdPath interface}.device"; addrOpts = v: assert v == 4 || v == 6; Loading