diff --git a/index.html b/index.html index 485a0de8..10e7e88c 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 05f9b67d..376e55cc 100644 --- a/options.html +++ b/options.html @@ -2214,15 +2214,15 @@ each with its own source directories and repositories. <home-manager/modules/programs/borgmatic.nix>
programs.borgmatic.backups.<name>.consistency.checks.*.name
Name of consistency check to run.
Type: one of "repository", "archives", "data", "extract"
Example: "repository"
Declared by:
<home-manager/modules/programs/borgmatic.nix>
- |
programs.borgmatic.backups.<name>.consistency.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer)
Default: { }
Declared by:
+ |
programs.borgmatic.backups.<name>.consistency.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer or list of string)
Default: { }
Declared by:
<home-manager/modules/programs/borgmatic.nix>
- |
programs.borgmatic.backups.<name>.location.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer)
Default: { }
Declared by:
+ |
programs.borgmatic.backups.<name>.location.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer or list of string)
Default: { }
Declared by:
<home-manager/modules/programs/borgmatic.nix>
|
programs.borgmatic.backups.<name>.location.repositories
Paths to repositories.
Type: list of string
Example: ["ssh://myuser@myrepo.myserver.com/./repo"]
Declared by:
<home-manager/modules/programs/borgmatic.nix>
|
programs.borgmatic.backups.<name>.location.sourceDirectories
Directories to backup.
Type: list of string
Example: [config.home.homeDirectory]
Declared by:
<home-manager/modules/programs/borgmatic.nix>
- |
programs.borgmatic.backups.<name>.retention.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer)
Default: { }
Declared by:
+ |
programs.borgmatic.backups.<name>.retention.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer or list of string)
Default: { }
Declared by:
<home-manager/modules/programs/borgmatic.nix>
|
programs.borgmatic.backups.<name>.retention.keepDaily
Number of daily archives to keep. Use -1 for no limit.
Type: null or signed integer
Default: null
Example: 3
Declared by:
<home-manager/modules/programs/borgmatic.nix>
@@ -2242,7 +2242,7 @@ each with its own source directories and repositories.
<home-manager/modules/programs/borgmatic.nix>
|
programs.borgmatic.backups.<name>.storage.encryptionPasscommand
Command writing the passphrase to standard output.
Type: null or string
Default: null
Example: "${pkgs.password-store}/bin/pass borg-repo"
Declared by:
<home-manager/modules/programs/borgmatic.nix>
- |
programs.borgmatic.backups.<name>.storage.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer)
Default: { }
Declared by:
+ |
programs.borgmatic.backups.<name>.storage.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer or list of string)
Default: { }
Declared by:
<home-manager/modules/programs/borgmatic.nix>
|
programs.bottom.enable
Whether to enable bottom, a cross-platform graphical process/system monitor with a customizable interface.
Type: boolean
Default: false
Example: true
Declared by: