hosts/borg-01: add borg repositories

This commit is contained in:
2025-08-09 12:15:48 -07:00
parent aec1582333
commit 478280e2db

View File

@@ -15,6 +15,58 @@
qemu.enable = true;
spice.enable = true;
services.borgbackup.repos = {
"appdata" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/appdata";
};
"db-mdb11" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/hosts/xenon";
};
"db-pg17" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/hosts/xenon";
};
"lax-01" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/hosts/xenon";
};
"minecraft" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/hosts/xenon";
};
"radon" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/hosts/xenon";
};
"syncthing" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/hosts/xenon";
};
"xenon" = {
authorizedKeys = [
""
];
path = "/mnt/data/backups/hosts/xenon";
};
};
base.userSSHKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINLKbBIwP+7DU6I7KSFYPK6+Pgx2DsTBPvTPS/gfCy4i etorres@xenon"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDaXlTEd1ysBs0ZgKo2UICwYEcTRopceiGilLxZEjFOU etorres@MacBook-Pro.t-family.internal"