Skip to content

Commit

Permalink
fixing flake - adding stuff back
Browse files Browse the repository at this point in the history
  • Loading branch information
sstent committed Nov 17, 2023
1 parent 12c16b4 commit bf04603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@

#boot.loader.grub.enable = false;
#boot.loader.kboot-conf.enable = true;
#boot.kernelParams = [ "console=ttyAML0,115200n8" ];
#boot.consoleLogLevel = 7;
boot.kernelParams = [ "console=ttyAML0,115200n8" ];
boot.consoleLogLevel = 7;
# need latest kernel for the n2+ device tree blob
#boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
#boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;


Expand Down

0 comments on commit bf04603

Please sign in to comment.