about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2024-01-25 14:23:56 -0500
committerWill Fancher <elvishjerricco@gmail.com>2024-01-25 15:53:52 -0500
commit0d85bf0efed41a37feb2f61a702a15a83427f348 (patch)
tree6d734e830edd3ef566f2fb5d76528beb06a67716 /nixos/doc/manual/release-notes
parente041a4bbea28101582ba3429d02b5e6febcf4bfc (diff)
downloadnixlib-0d85bf0efed41a37feb2f61a702a15a83427f348.tar
nixlib-0d85bf0efed41a37feb2f61a702a15a83427f348.tar.gz
nixlib-0d85bf0efed41a37feb2f61a702a15a83427f348.tar.bz2
nixlib-0d85bf0efed41a37feb2f61a702a15a83427f348.tar.lz
nixlib-0d85bf0efed41a37feb2f61a702a15a83427f348.tar.xz
nixlib-0d85bf0efed41a37feb2f61a702a15a83427f348.tar.zst
nixlib-0d85bf0efed41a37feb2f61a702a15a83427f348.zip
nixos/systemd: Temporarily bring back multi-user -> network-online
There were several modules, critically including NetworkManager, which
were not prepared for this change. Most of the change was good,
however. Let's bring back the dependency and change the assertion to a
warning for now.
Diffstat (limited to 'nixos/doc/manual/release-notes')
-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 d5fafcf44706..f85d9c7f17e6 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -138,12 +138,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.