mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
Remove the ‘networking’ job
Systemd has ‘network.target’ for this purpose.
This commit is contained in:
parent
a44a7271a8
commit
11c3219c1c
@ -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
|
# Set the host name in the activation script. Don't clear it if
|
||||||
# it's not configured in the NixOS configuration, since it may
|
# it's not configured in the NixOS configuration, since it may
|
||||||
# have been set by dhclient in the meantime.
|
# have been set by dhclient in the meantime.
|
||||||
|
Loading…
Reference in New Issue
Block a user