1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

systemd: use sd-switch by default

Also remove the legacy Ruby alternative.

Fixes #5452
This commit is contained in:
Robert Helgesson 2024-10-24 07:54:56 +02:00
parent 5518f9d439
commit 9a9fef316a
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
6 changed files with 46 additions and 261 deletions

View file

@ -7,7 +7,15 @@ section is therefore not final.
This release has the following notable changes:
- No changes.
- The [](#opt-systemd.user.startServices) option now defaults to
`true`, meaning that services will automatically be restarted as
needed when activating a configuration.
Further, the `"legacy"` alternative has been removed and will now
result in an evaluation error if used.
The `"suggest"` alternative will remain for a while longer but may
also be deprecated for removal in the future.
## State Version Changes {#sec-release-25.05-state-version-changes}