mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
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
877 B
877 B
Release 24.11
This is the current unstable branch and the information in this section is therefore not final.
Highlights
This release has the following notable changes:
-
The option 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
falsein your configuration:systemd.user.startServices = falseAlso, please report the error in the Home Manager issue tracker.
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.