Boot opensbi without compressed

This commit is contained in:
Rodrigo Arias Mallo
2024-01-17 18:22:30 +01:00
parent 22de6d8297
commit f8b624af67
7 changed files with 287 additions and 89 deletions

View File

@@ -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;
}