This commit is contained in:
Ellie 2026-02-25 00:15:11 -08:00
parent ae93cac1d6
commit d1b6495f78

View file

@ -8,7 +8,7 @@
"/etc"
"/home"
];
repo = "ssh://borg@10.10.0.1/./homeserver";
repo = "ssh://u552646@u552646.your-storagebox.de:23/./homeserver";
environment.BORG_RSH = "ssh -i /etc/borg/ssh_key";
encryption = {
mode = "repokey";
@ -30,12 +30,4 @@
".cache"
];
};
# Inbound: accept desktop backups
services.borgbackup.repos.desktop = {
path = "/var/lib/borg/desktop";
authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINvKMpaawaw5bp73/W4dm0YEZa2FT99pXHLOYqZS8NPL borg-desktop"
];
};
}