mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: simplify some impermanence, switch agenix-rekey cacheDir to /var/tmp
This commit is contained in:
parent
b3f08ef7c3
commit
20207213c7
4 changed files with 13 additions and 41 deletions
|
@ -26,7 +26,7 @@
|
|||
forceRekeyOnSystem = builtins.extraBuiltins.unsafeCurrentSystem;
|
||||
hostPubkey = config.node.secretsDir + "/host.pub";
|
||||
generatedSecretsDir = inputs.self.outPath + "/secrets/generated/${config.node.name}";
|
||||
cacheDir = "\"\${XDG_CACHE_HOME:=$HOME/.cache}/agenix-rekey\"";
|
||||
cacheDir = "/var/tmp/agenix-rekey/\"$UID\"";
|
||||
};
|
||||
|
||||
age.generators.basic-auth = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue