Commit f5ffdbfe authored by nikstur's avatar nikstur
Browse files

nixos/network-interfaces: add packages to corePackages

This allows users to override (i.e. exclude) these packages from their
system closure if they don't need them.
parent 6df45ae2
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -1767,7 +1767,8 @@ in
      text = cfg.hostName + "\n";
    };

    environment.systemPackages = [
    environment.corePackages = lib.mkOptionDefault (
      [
        pkgs.host
        pkgs.hostname-debian
        pkgs.iproute2
@@ -1777,7 +1778,8 @@ in
        pkgs.wirelesstools # FIXME: obsolete?
        pkgs.iw
      ]
    ++ bridgeStp;
      ++ bridgeStp
    );

    # Wake-on-LAN configuration is shared by the scripted and networkd backends.
    systemd.network.links = pipe interfaces [