backup: add tor identity and tailscale state; fix dump dir
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
75bbdb3dab
commit
7972fad90b
2 changed files with 53 additions and 1 deletions
|
|
@ -10,7 +10,14 @@ in
|
|||
|
||||
services.borgbackup.jobs.databases = {
|
||||
repo = "ssh://snh7mkwh@snh7mkwh.repo.borgbase.com/./repo";
|
||||
paths = [ dumpDir ];
|
||||
paths = [
|
||||
dumpDir
|
||||
"/var/lib/tor/keys"
|
||||
"/var/lib/tor/fingerprint"
|
||||
"/var/lib/tor/fingerprint-ed25519"
|
||||
"/var/lib/tor/hashed-fingerprint"
|
||||
"/var/lib/tailscale"
|
||||
];
|
||||
|
||||
encryption = {
|
||||
mode = "repokey-blake2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue