mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
nixos: improve description of enableLegacyProfileManagement
Also applies to nix-darwin module.
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user