systemd.user.startServices
Whether new or changed services that are wanted by active targets should be started. Additionally, stop obsolete services from the previous generation.
The alternatives are
suggest (or false)
: Use a very simple shell script to print suggested
systemctl commands to run. You will have to
manually run those commands after the switch.
sd-switch (or true)
: Use sd-switch, a tool that determines the necessary changes and
automatically apply them.
- Type
boolean or one of "suggest", "sd-switch"- Default
true- Declared
- <home-manager/modules/systemd.nix>