aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = {};
+ };
};
}