fix ci
This commit is contained in:
parent
2d995896c2
commit
62fe085b31
3 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue