mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/systemd: don't require network-online.target for multi-user.target v2
This is another attempt at62f30634
after the original change was reverted in0d85bf0e
because NetworkManager and other tests were broken.
This commit is contained in:
parent
d75618dc7a
commit
2370696dff
1 changed files with 0 additions and 1 deletions
|
@ -675,7 +675,6 @@ in
|
|||
systemd.services.systemd-udev-settle.restartIfChanged = false; # Causes long delays in nixos-rebuild
|
||||
systemd.targets.local-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-pstore.wantedBy = [ "sysinit.target" ]; # see #81138
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue