Skip to content

Commit

Permalink
fixing flake - adding stuff back - add kconf
Browse files Browse the repository at this point in the history
  • Loading branch information
sstent committed Nov 17, 2023
1 parent 4b1252e commit 2db23c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
imports = [
#./sd-image.nix
# ./default.nix
#./kboot-conf
./kboot-conf
# "${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64-installer.nix"
"${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"

Expand All @@ -54,7 +54,7 @@
};

boot.loader.grub.enable = false;
#boot.loader.kboot-conf.enable = true;
boot.loader.kboot-conf.enable = true;
#boot.kernelParams = [ "console=ttyAML0,115200n8" ];
#boot.consoleLogLevel = 7;
# need latest kernel for the n2+ device tree blob
Expand Down

0 comments on commit 2db23c7

Please sign in to comment.