fixed restic backups.

This commit is contained in:
Gabe Venberg 2026-01-06 18:04:59 +01:00
parent 95ed33ae04
commit 3ca07073f0

View file

@ -25,7 +25,7 @@ in {
host.restic = {
enable = true;
repository = config.sops.secrets.restic-url.path;
repositoryFile = config.sops.secrets.restic-url.path;
passwordFile = config.sops.secrets.restic-password.path;
server = {
enable = true;