ninurta: offsite backup
This commit is contained in:
parent
f40634e545
commit
414e596e99
2 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ in
|
|||
];
|
||||
|
||||
dadada.backupClient.bs.enable = false;
|
||||
dadada.backupClient.backup1.enable = false;
|
||||
dadada.backupClient.backup2 = {
|
||||
enable = false;
|
||||
passphrasePath = config.age.secrets."${config.networking.hostName}-backup-passphrase".path;
|
||||
sshIdentityFile = config.age.secrets."${config.networking.hostName}-backup-ssh-key".path;
|
||||
repo = "u355513-sub2@u355513-sub2.your-storagebox.de:/home/backup";
|
||||
};
|
||||
|
||||
networking.hostName = "ninurta";
|
||||
networking.domain = "bs.dadada.li";
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue