forked from rarias/nixos-riscv
WIP
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./examples/launchCageOnBoot.nix
|
||||
@@ -17,7 +18,13 @@
|
||||
|
||||
networking.hostName = "visionfive-nix";
|
||||
|
||||
boot.kernelParams = [ "boot.shell_on_fail" ];
|
||||
boot = {
|
||||
kernelParams = [ "boot.shell_on_fail" ];
|
||||
consoleLogLevel = lib.mkDefault 7;
|
||||
initrd.kernelModules = [
|
||||
"virtio_blk"
|
||||
];
|
||||
};
|
||||
|
||||
# Enable ssh on boot
|
||||
services.openssh.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user