fixed ipv6 on cirrus, fixed remote backups on cirrostratus.

This commit is contained in:
Gabe Venberg 2025-10-19 00:26:13 +02:00
parent 084e4ca421
commit 31d93e3770
6 changed files with 11 additions and 18 deletions

View file

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