Enable borg backup on atlas

This commit is contained in:
Jordan Holt 2024-03-03 19:44:16 +00:00
parent ba3f66a250
commit 0ef2490164
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -42,6 +42,15 @@
gpg.enable = true;
pass.enable = true;
};
services = {
borgmatic = {
enable = true;
directories = [
"/home/jordan/Documents"
];
repoPath = "ssh://uzu2y5b1@uzu2y5b1.repo.borgbase.com/./repo";
};
};
shell = {
git.enable = true;
zsh.enable = true;