Add alpheratz backup settings

This commit is contained in:
Ethan Simmons
2024-11-20 12:30:58 -06:00
parent dff2f542ce
commit 3b0395afc5
3 changed files with 20 additions and 4 deletions

View File

@@ -152,6 +152,19 @@
};
backup = {
enable = true;
user = "eesim";
paths = [ "/home/eesim" ];
repo = "t643s856@t643s856.repo.borgbase.com:repo";
excludes = [
"/home/eesim/.cache/"
];
key = "/home/eesim/.ssh/id_ed25519";
passphrase = "/run/secrets/borgbase/nix-alpheratz";
repeat = "daily";
};
school = {
enable = true;
citrix = true;