fixup: backup secrets

This commit is contained in:
Tim Schubert 2025-07-21 21:25:30 +02:00
parent a45a48cf17
commit 215f4313bd
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,6 @@
}:
let
inputs = config.dadada.inputs;
secretsPath = config.dadada.secrets.path;
in
with lib;
{
@ -49,7 +48,4 @@ with lib;
pulse.enable = true;
};
services.pulseaudio.enable = false;
age.secrets."${config.networking.hostName}-backup-passphrase-gs".file =
"${secretsPath}/${config.networking.hostName}-backup-passphrase-gs.age";
}