Remove the ‘networking’ job

Systemd has ‘network.target’ for this purpose.
This commit is contained in:
Eelco Dolstra 2012-08-14 18:12:16 -04:00
parent a44a7271a8
commit 11c3219c1c

View file

@ -273,15 +273,6 @@ in
'';
};
jobs.networking = {
name = "networking";
description = "All required interfaces are up";
startOn = "started network-interfaces";
stopOn = "stopping network-interfaces";
task = true;
exec = "true";
};
# Set the host name in the activation script. Don't clear it if
# it's not configured in the NixOS configuration, since it may
# have been set by dhclient in the meantime.