mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
Update nixos/modules/services/backup/restic.nix
(cherry picked from commit dfa3f7e414)
This commit is contained in:
committed by
github-actions[bot]
parent
7a2fe0893e
commit
88dc88b113
@@ -224,10 +224,12 @@ in
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.restic;
|
||||
defaultText = literalExpression "pkgs.restic";
|
||||
type = types.package;
|
||||
description = "Restic package to use.";
|
||||
description = ''
|
||||
Restic package to use.
|
||||
'';
|
||||
};
|
||||
};
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user