hosts/borg-01: add borg repositories
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user