Unverified Commit 4692f4df authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

nixos/network-interfaces: drop unused variable

parent 0c947b9d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;