This commit is contained in:
xinyangli 2024-07-30 11:31:27 +08:00
parent 2d995896c2
commit 62fe085b31
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
3 changed files with 8 additions and 8 deletions

View file

@ -16,8 +16,8 @@ in
};
};
};
config = {
services.restic.backups = lib.mkIf cfg.enable {
config = lib.mkIf cfg.enable {
services.restic.backups = {
remotebackup = {
repositoryFile = cfg.repositoryFile;
passwordFile = cfg.passwordFile;