nixos/systemd: don't require network-online.target for multi-user.target v2
This is another attempt at62f30634after the original change was reverted in0d85bf0ebecause NetworkManager and other tests were broken.
This commit is contained in:
@@ -675,7 +675,6 @@ in
|
|||||||
systemd.services.systemd-udev-settle.restartIfChanged = false; # Causes long delays in nixos-rebuild
|
systemd.services.systemd-udev-settle.restartIfChanged = false; # Causes long delays in nixos-rebuild
|
||||||
systemd.targets.local-fs.unitConfig.X-StopOnReconfiguration = true;
|
systemd.targets.local-fs.unitConfig.X-StopOnReconfiguration = true;
|
||||||
systemd.targets.remote-fs.unitConfig.X-StopOnReconfiguration = true;
|
systemd.targets.remote-fs.unitConfig.X-StopOnReconfiguration = true;
|
||||||
systemd.targets.network-online.wantedBy = [ "multi-user.target" ];
|
|
||||||
systemd.services.systemd-importd.environment = proxy_env;
|
systemd.services.systemd-importd.environment = proxy_env;
|
||||||
systemd.services.systemd-pstore.wantedBy = [ "sysinit.target" ]; # see #81138
|
systemd.services.systemd-pstore.wantedBy = [ "sysinit.target" ]; # see #81138
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user