fixes restic config

This commit is contained in:
Dennis Schoepf 2025-06-22 21:41:05 +02:00
parent 25baab3361
commit 4b0c763575

View file

@ -175,17 +175,19 @@
# Backups
services.restic.backups = {
initialize = true;
passwordFile = config.age.secrets."restic/password".path;
repository = "sftp:dnsc-storage:restic/dnsc-server";
paths = [
"/home/dennis/notes"
"/main/share"
];
timerConfig = {
onCalendar = "daily";
Persistent = true;
RandomizedDelaySec = "5h";
"dnsc-storage" = {
initialize = true;
passwordFile = config.age.secrets."restic/password".path;
repository = "sftp:dnsc-storage:restic/dnsc-server";
paths = [
"/home/dennis/notes"
"/main/share"
];
timerConfig = {
onCalendar = "daily";
Persistent = true;
RandomizedDelaySec = "5h";
};
};
};