The interactive password prompt for storage comes up after initrd, meaning there is no ssh access anymore and i had to type it on the local keyboard. I think this could be solved by setting (at least thats how i do it on my machines at home)
The interactive password prompt for storage comes up after initrd, meaning there is no ssh access anymore and i had to type it on the local keyboard. I think this could be solved by setting (at least thats how i do it on my machines at home)
```
boot.initrd.network = {
postCommands = ''
zpool import storage
echo "zfs load-key -a; killall zfs" >> /root/.profile
'';
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The interactive password prompt for storage comes up after initrd, meaning there is no ssh access anymore and i had to type it on the local keyboard. I think this could be solved by setting (at least thats how i do it on my machines at home)
Should be fixed.