fixup: backup secrets
This commit is contained in:
parent
a45a48cf17
commit
215f4313bd
2 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue