configuration.nix: Add boot.shell_on_fail
This commit is contained in:
parent
406de9c3bf
commit
f0d02fc483
@ -17,6 +17,8 @@
|
||||
|
||||
networking.hostName = "visionfive-nix";
|
||||
|
||||
boot.kernelParams = [ "boot.shell_on_fail" ];
|
||||
|
||||
# Enable ssh on boot
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user