fix backup
This commit is contained in:
parent
62db411fdd
commit
7855de6a3e
2 changed files with 24 additions and 26 deletions
|
@ -5,8 +5,8 @@ in
|
|||
{
|
||||
dadada.backupClient.bs = {
|
||||
enable = true;
|
||||
passphrasePath = config.age.secrets."${config.networking.hostName}-backup-passphrase.path";
|
||||
sshIdentityFile = config.age.secrets."${config.networking.hostName}-backup-ssh-key.path";
|
||||
passphrasePath = config.age.secrets."${config.networking.hostName}-backup-passphrase".path;
|
||||
sshIdentityFile = config.age.secrets."${config.networking.hostName}-backup-ssh-key".path;
|
||||
};
|
||||
|
||||
age.secrets."${config.networking.hostName}-backup-passphrase".file = "${secretsPath}/${config.networking.hostName}-backup-passphrase.age";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue