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 bf04603 commit 9f35e48
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 @@ -55,8 +55,8 @@

#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 = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
Expand Down

0 comments on commit 9f35e48

Please sign in to comment.