about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2024-01-25 18:18:18 -0500
committerGitHub <noreply@github.com>2024-01-25 18:18:18 -0500
commitf6d787c27f04d0eaaa89c700bcfbb44158fa8c48 (patch)
tree23d2abb9a179293c859a4da4dbf299175b27acd7 /nixos/doc/manual
parentf4520723eb9adb40c30962dea230525a2434e9f1 (diff)
parent0d85bf0efed41a37feb2f61a702a15a83427f348 (diff)
downloadnixlib-f6d787c27f04d0eaaa89c700bcfbb44158fa8c48.tar
nixlib-f6d787c27f04d0eaaa89c700bcfbb44158fa8c48.tar.gz
nixlib-f6d787c27f04d0eaaa89c700bcfbb44158fa8c48.tar.bz2
nixlib-f6d787c27f04d0eaaa89c700bcfbb44158fa8c48.tar.lz
nixlib-f6d787c27f04d0eaaa89c700bcfbb44158fa8c48.tar.xz
nixlib-f6d787c27f04d0eaaa89c700bcfbb44158fa8c48.tar.zst
nixlib-f6d787c27f04d0eaaa89c700bcfbb44158fa8c48.zip
Merge pull request #283818 from ElvishJerricco/revert-258680-network-online-x-multi-user
nixos/systemd: Temporarily bring back multi-user -> network-online
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index ae17b5e23163..b6af5fc6c3cc 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -140,12 +140,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - `services.avahi.nssmdns` got split into `services.avahi.nssmdns4` and `services.avahi.nssmdns6` which enable the mDNS NSS switch for IPv4 and IPv6 respectively.
   Since most mDNS responders only register IPv4 addresses, most users want to keep the IPv6 support disabled to avoid long timeouts.
 
-- `multi-user.target` no longer depends on `network-online.target`.
-  This will potentially break services that assumed this was the case in the past.
-  This was changed for consistency with other distributions as well as improved boot times.
-
-  We have added a warning for services that are
-  `after = [ "network-online.target" ]` but do not depend on it (e.g. using `wants`).
+- A warning has been added for services that are
+  `after = [ "network-online.target" ]` but do not depend on it (e.g. using
+  `wants`), because the dependency that `multi-user.target` has on
+  `network-online.target` is planned for removal.
 
 - `services.archisteamfarm` no longer uses the abbreviation `asf` for its state directory (`/var/lib/asf`), user and group (both `asf`). Instead the long name `archisteamfarm` is used.
   Configurations with `system.stateVersion` 23.11 or earlier, default to the old stateDirectory until the 24.11 release and must either set the option explicitly or move the data to the new directory.