summaryrefslogtreecommitdiffstats
path: root/sys/services/restic
diff options
context:
space:
mode:
authorsils <sils@sils.li>2024-01-13 15:29:53 +0100
committersils <sils@sils.li>2024-01-13 15:29:53 +0100
commitbd2046e865d22828be582427f7540dfcc6baac22 (patch)
treeb689a82ade818dda544f3911f68dc9e7ef8cb943 /sys/services/restic
parent(sys/services/restic): add timerConfig (diff)
downloadnix-config-bd2046e865d22828be582427f7540dfcc6baac22.zip
(sys/services/restic): add storagebox-admin config
This makes maintenance tasks really easy
Diffstat (limited to 'sys/services/restic')
-rw-r--r--sys/services/restic/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/services/restic/default.nix b/sys/services/restic/default.nix
index 2231b2a..09c70a0 100644
--- a/sys/services/restic/default.nix
+++ b/sys/services/restic/default.nix
@@ -36,5 +36,14 @@
Persistent = true;
};
};
+
+ storagebox-admin = {
+ passwordFile = config.age.secrets.resticpass.path;
+ extraOptions = [
+ "rclone.program='ssh -p 23 ${boxUser}@${boxUser}.your-storagebox.de'"
+ ];
+ repository = "rclone: "; # There is only one repository served
+ timerConfig = {};
+ };
};
}