fix agenix loading before mounting ssh keys
This commit is contained in:
@@ -55,4 +55,10 @@
|
|||||||
umount /btrfs_tmp
|
umount /btrfs_tmp
|
||||||
rmdir /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"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user