nixos/network-interfaces-scripted: remove network-setup unit if unused

main
Sandro Jäckel 2 years ago
parent 692517bf85
commit ec00b4bb11
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      nixos/modules/tasks/network-interfaces-scripted.nix

@ -90,7 +90,7 @@ let
bindsTo = [ "network-setup.service" ];
};
networkSetup =
networkSetup = lib.mkIf (config.networking.resolvconf.enable || cfg.defaultGateway != null || cfg.defaultGateway6 != null)
{ description = "Networking Setup";
after = [ "network-pre.target" "systemd-udevd.service" "systemd-sysctl.service" ];

Loading…
Cancel
Save