This commit is contained in:
Tim Schubert 2022-08-15 19:50:56 +02:00
parent c515110fc9
commit bf33bb3365
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -7,5 +7,5 @@
}; };
age.secrets."${config.networking.hostName}-backup-passphrase".file = "${toString secretsPath}/${config.networking.hostName}-backup-passphrase.age"; age.secrets."${config.networking.hostName}-backup-passphrase".file = "${toString secretsPath}/${config.networking.hostName}-backup-passphrase.age";
age.secrets."${config.networking.hostName}-backup-ssh-key".file = "${toString secretsPath}/${config.networking.hostName}n-backup-ssh-key.age"; age.secrets."${config.networking.hostName}-backup-ssh-key".file = "${toString secretsPath}/${config.networking.hostName}-backup-ssh-key.age";
} }