forked from rarias/nixos-riscv
Boot opensbi without compressed
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
#./examples/launchCageOnBoot.nix
|
||||
];
|
||||
|
||||
networking.hostName = "visionfive-nix";
|
||||
|
||||
boot = {
|
||||
@@ -18,6 +14,8 @@
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ (import ./overlay.nix) ];
|
||||
|
||||
# Enable ssh on boot
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user