.
This commit is contained in:
parent
ae93cac1d6
commit
d1b6495f78
1 changed files with 1 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
"/etc"
|
"/etc"
|
||||||
"/home"
|
"/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";
|
environment.BORG_RSH = "ssh -i /etc/borg/ssh_key";
|
||||||
encryption = {
|
encryption = {
|
||||||
mode = "repokey";
|
mode = "repokey";
|
||||||
|
|
@ -30,12 +30,4 @@
|
||||||
".cache"
|
".cache"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Inbound: accept desktop backups
|
|
||||||
services.borgbackup.repos.desktop = {
|
|
||||||
path = "/var/lib/borg/desktop";
|
|
||||||
authorizedKeys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINvKMpaawaw5bp73/W4dm0YEZa2FT99pXHLOYqZS8NPL borg-desktop"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue