fix agenix loading before mounting ssh keys

This commit is contained in:
2025-05-09 23:24:36 +02:00
parent 96190c46b4
commit 829e826473

View File

@@ -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"
];
}