From a47d2e53ab8b79a10ef614041effbfaad841a021 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 26 Oct 2025 21:22:36 +0000 Subject: [PATCH] deploy: 255b6a0ef2f488a2fad051361699cc67db57338c --- options.xhtml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) 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: "weekly"

+

Declared by:

+ + +
+ +<home-manager/modules/services/home-manager-auto-upgrade.nix> + +
+ +
+ + services.home-manager.autoUpgrade.useFlake + + +
+
+

Whether to use ‘nix flake update’ instead of ‘nix-channel --update’.

+ +

Type: +boolean

+ +

Default: +false

+

Declared by: