forked from rarias/nixos-riscv
configuration.nix: Add boot.shell_on_fail
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
networking.hostName = "visionfive-nix";
|
networking.hostName = "visionfive-nix";
|
||||||
|
|
||||||
|
boot.kernelParams = [ "boot.shell_on_fail" ];
|
||||||
|
|
||||||
# Enable ssh on boot
|
# Enable ssh on boot
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user