Does someone have a working #nixos setup where they decrypt their drive via #cryptsetup that they access remotely via #tailscale?

That's what I am building for my new working machine.

Also WakeOnLan (via local network though).

 #followerpower

@musicmatze
I am interested in something like that, so best i can do for now is boost.

#nixos #cryptsetup #tailscale #followerpower

@musicmatze did you find anything? I would also be really interested!

@garret there are several repositories online that you can look at, but I haven't gotten around to add the functionality to my setup yet.

I know how this will end: "I really should do this!" ... 10 years later... "I really should!"

Sorry to disappoint you 

@musicmatze but could you point me to some of these repos you have found? How did you look for/find them?

@garret for example: https://mth.st/blog/nixos-initrd-ssh/

The words you need to google are "initrd wireguard ssh nixos" or something like that.
Replace "wireguard" with "tailscale" but there isnt much to find ...

Early boot remote decryption on NixOS

To remotely reboot a system with an encrypted root file system, one can provide the encryption keys via SSH during early boot. To that end, networking…