diff --git a/options.xhtml b/options.xhtml index 8a26e7fa7..8af91d781 100644 --- a/options.xhtml +++ b/options.xhtml @@ -96181,6 +96181,33 @@ boolean
Example:
true
Declared by:
+
+
+<home-manager/modules/services/home-manager-auto-upgrade.nix>
+
+ |
services.home-manager.autoUpgrade.flakeDir
+
+
+The directory of the flake to update.
+ +Type: +string
+ +Default:
+"${config.xdg.configHome}/home-manager"
Example:
+"/home/user/dotfiles"
Declared by:
|
@@ -96209,6 +96236,30 @@ string
Example:
Declared by: +
services.home-manager.autoUpgrade.useFlake
+
+
+Whether to use ‘nix flake update’ instead of ‘nix-channel --update’. + +Type: +boolean + +Default:
+ Declared by: |