fix restic backup

This commit is contained in:
TheWanderingCrow 2025-03-23 16:18:34 -04:00
parent f662d7d245
commit c0fb50ebc2

View file

@ -33,10 +33,11 @@ in
sops.secrets."restic/borg-base/key" = {};
services.restic.backups = {
borg-base = {
inherit restic-default;
repositoryFile = config.sops.secrets."restic/borg-base/url".path;
passwordFile = config.sops.secrets."restic/borg-base/key".path;
};
borg-base =
restic-default
// {
repositoryFile = config.sops.secrets."restic/borg-base/url".path;
passwordFile = config.sops.secrets."restic/borg-base/key".path;
};
};
}