Update agenix

This commit is contained in:
2023-01-08 18:20:31 +00:00
parent 3b47778f81
commit b95199f146
2 changed files with 4 additions and 4 deletions

View File

@@ -278,7 +278,7 @@ in
};
# age requires all keys to at least exist, even if they're not going to be used
agenixMountSecrets.deps = [ "ensureDevKey" ];
agenixInstall.deps = [ "ensureDevKey" ];
ensureDevKey.text =
''
[ ! -e "${devVMKeyPath}" ] && touch "${devVMKeyPath}"