configuration.nix: Add boot.shell_on_fail

This commit is contained in:
Robert Hensing 2023-02-16 11:37:41 +01:00
parent 406de9c3bf
commit f0d02fc483

View File

@ -17,6 +17,8 @@
networking.hostName = "visionfive-nix";
boot.kernelParams = [ "boot.shell_on_fail" ];
# Enable ssh on boot
services.openssh.enable = true;