fix agenix loading before mounting ssh keys
This commit is contained in:
parent
96190c46b4
commit
829e826473
1 changed files with 6 additions and 0 deletions
|
|
@ -55,4 +55,10 @@
|
|||
umount /btrfs_tmp
|
||||
rmdir /btrfs_tmp
|
||||
'';
|
||||
|
||||
# Give agenix persistent paths so it can load secrets before the mount
|
||||
age.identityPaths = [
|
||||
"/persist/etc/ssh/ssh_host_ed25519_key"
|
||||
"/persist/etc/ssh/ssh_host_rsa_key"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue