fixed: added missing option

This commit is contained in:
Harry 2024-08-12 16:10:31 +02:00
parent 85fe356b06
commit e0b1022a1c

View file

@ -21,17 +21,19 @@
startAt = "weekly"; startAt = "weekly";
}; };
borgPersonalServer = {
authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHyeTAANyYqMFded6mJHWuhGVXROu3TqDV2b8icjolfO root@meowcats-silly-computer"
];
path = "/srv/backups/localComputerBackups";
};
/* /*
serverBackup = { serverBackup = {
}; };
*/ */
}; };
services.borgbackup.repos = {
borgPersonalServer = {
authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHyeTAANyYqMFded6mJHWuhGVXROu3TqDV2b8icjolfO root@meowcats-silly-computer"
];
path = "/srv/backups/localComputerBackups";
};
};
} }