infra/modules/nixos/emergency-access.nix
Jörg Thalheim ab6e716617 make it a shell instead of ssh
I had issues with the network but than didn't bothered further because
the terminal access was good enough.
2024-07-11 22:50:46 +00:00

4 lines
206 B
Nix

{
# allow to access emergency shell with a password
boot.initrd.systemd.emergencyAccess = "$6$he2fblfl/H7I.kvz$WbSCMXu8ztmqfj5jG4czqvu/rkMHxufxqHgy1urzXFSN.jZB4QiW5lOjR08vk8pZTyim3TT1wFkMaNE9zZ3sc1";
}