mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
nixos: improve description of enableLegacyProfileManagement
Also applies to nix-darwin module.
This commit is contained in:
parent
187e0af20a
commit
d492e3c381
1 changed files with 5 additions and 6 deletions
|
|
@ -116,12 +116,11 @@ in
|
|||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable legacy profile (and garbage collection root)
|
||||
management during activation. When enabled, the Home Manager activation
|
||||
will produce a per-user `home-manager` Nix profile as well as a garbage
|
||||
collection root, just like in the standalone installation of Home
|
||||
Manager. Typically, this is not desired when Home Manager is embedded in
|
||||
the system configuration.
|
||||
Whether to enable legacy profile management during activation. When
|
||||
enabled, the Home Manager activation will produce a per-user
|
||||
`home-manager` Nix profile, just like in the standalone installation of
|
||||
Home Manager. Typically, this is not desired when Home Manager is
|
||||
embedded in the system configuration.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue