hosts/borg-01: update repository paths
This commit is contained in:
@@ -27,37 +27,37 @@
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINzlpyuiFP8ZmFr/52rnhZsL5uLikDfGPY73iplyQLx+ borg@db-mdb11"
|
||||
];
|
||||
path = "/mnt/data/backups/hosts/xenon";
|
||||
path = "/mnt/data/backups/databases/db-mdb11";
|
||||
};
|
||||
"db-pg17" = {
|
||||
authorizedKeys = [
|
||||
""
|
||||
];
|
||||
path = "/mnt/data/backups/hosts/xenon";
|
||||
path = "/mnt/data/backups/hosts/db-pg17";
|
||||
};
|
||||
"lax-01" = {
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJwdizQ4FKsM7WvZsQ94N1x6k2Fuda5NkIio967vakg5 borg@lax-01"
|
||||
];
|
||||
path = "/mnt/data/backups/hosts/xenon";
|
||||
path = "/mnt/data/backups/hosts/hosts/lax-01";
|
||||
};
|
||||
"minecraft" = {
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICj2YQ26cNP/EXbqQbBxqoLftROkErbbnwzE753tGCPz borg@gms-01"
|
||||
];
|
||||
path = "/mnt/data/backups/hosts/xenon";
|
||||
path = "/mnt/data/backups/minecraft";
|
||||
};
|
||||
"radon" = {
|
||||
authorizedKeys = [
|
||||
""
|
||||
];
|
||||
path = "/mnt/data/backups/hosts/xenon";
|
||||
path = "/mnt/data/backups/hosts/radon";
|
||||
};
|
||||
"syncthing" = {
|
||||
authorizedKeys = [
|
||||
""
|
||||
];
|
||||
path = "/mnt/data/backups/hosts/xenon";
|
||||
path = "/mnt/data/backups/syncthing";
|
||||
};
|
||||
"xenon" = {
|
||||
authorizedKeys = [
|
||||
|
Reference in New Issue
Block a user