backwards: Backup sync to external drive with restic

This commit is contained in:
Alexander Heldt
2024-08-31 14:10:09 +02:00
parent 6478356950
commit d15e13c81d
2 changed files with 52 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ in
ssh.enable = true;
git.enable = true;
syncthing.enable = true;
restic.enable = true;
};
};
}