Merge pull request #86273 from matthewbauer/dont-require-network-online-for-boot

nixos/systemd.nix: don’t require online for multi-user.target
This commit is contained in:
Peter Hoeg 2020-04-30 12:53:06 +08:00 committed by GitHub
commit 0ae7a683b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1033,7 +1033,6 @@ in
systemd.services.systemd-journald.stopIfChanged = false;
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-binfmt.wants = [ "proc-sys-fs-binfmt_misc.mount" ];
# Don't bother with certain units in containers.