backwards: Backup sync to external drive with restic

This commit is contained in:
Alexander Heldt
2024-08-31 14:10:09 +02:00
parent fb03e5cb91
commit 3f58a3dbee
2 changed files with 51 additions and 0 deletions

View File

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