mirror of
https://github.com/nix-community/home-manager
synced 2024-12-05 01:19:46 +01:00
d835fdc2d0
This enables the use of sd-switch to reload, start, and stop services as needed when switching configurations. This also entirely removes the Ruby based service helper. Fixes #5452
30 lines
877 B
Markdown
30 lines
877 B
Markdown
# Release 24.11 {#sec-release-24.11}
|
|
|
|
This is the current unstable branch and the information in this section
|
|
is therefore not final.
|
|
|
|
## Highlights {#sec-release-24.11-highlights}
|
|
|
|
This release has the following notable changes:
|
|
|
|
- The option
|
|
[systemd.user.startServices](#opt-systemd.user.startServices) now
|
|
defaults to `true`. This means that managed systemd services will be
|
|
automatically started and stopped as needed.
|
|
|
|
If you encounter errors please set the option to `false` in your
|
|
configuration:
|
|
|
|
```nix
|
|
systemd.user.startServices = false
|
|
```
|
|
|
|
Also, please report the error in the Home Manager issue tracker.
|
|
|
|
## State Version Changes {#sec-release-24.11-state-version-changes}
|
|
|
|
The state version in this release includes the changes below. These
|
|
changes are only active if the `home.stateVersion` option is set to
|
|
\"24.11\" or later.
|
|
|
|
- No changes.
|