mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: restic
This commit is contained in:
11
configs/backup.nix
Normal file
11
configs/backup.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
services.restic.backups.niveum = {
|
||||
initialize = true;
|
||||
repository = "rest:http://zaatar.r:3571/";
|
||||
timerConfig = { OnCalendar = "00:05"; RandomizedDelaySec = "5h"; };
|
||||
passwordFile = toString <secrets/restic/password>;
|
||||
paths = [
|
||||
"/home/kfm/work"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user