diff --git a/index.html b/index.html index 1159a30f..2247a828 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index f1148263..5c995e78 100644 --- a/options.html +++ b/options.html @@ -7699,6 +7699,23 @@ the onCalendar option. See for more information about the format.
Type: string
Default: "hourly"
Declared by:
<home-manager/modules/services/borgmatic.nix>
+ |
services.cachix-agent.enable
Whether to enable Cachix Deploy Agent: https://docs.cachix.org/deploy/.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/cachix-agent.nix>
+ |
services.cachix-agent.package
Type: package
Default: pkgs.cachix
Declared by:
+ <home-manager/modules/services/cachix-agent.nix>
+ |
services.cachix-agent.credentialsFile
Required file that needs to contain
+CACHIX_AGENT_TOKEN=...
.
+
Type: path
Default: "${config.xdg.configHome}/cachix-agent.token"
Declared by:
+ <home-manager/modules/services/cachix-agent.nix>
+ |
services.cachix-agent.host
Cachix URI to use.
Type: null or string
Default: null
Declared by:
+ <home-manager/modules/services/cachix-agent.nix>
+ |
services.cachix-agent.name
The unique agent name.
Type: string
Declared by:
+ <home-manager/modules/services/cachix-agent.nix>
+ |
services.cachix-agent.profile
The Nix profile name. +
Type: string
Default: "home-manager"
Declared by:
+ <home-manager/modules/services/cachix-agent.nix>
+ |
services.cachix-agent.verbose
Whether to enable verbose output.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/cachix-agent.nix>
|
services.caffeine.enable
Whether to enable Caffeine service.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/caffeine.nix>
|
services.cbatticon.enable
Whether to enable cbatticon.
Type: boolean
Default: false
Example: true
Declared by: