hypercube: use latest linux kernel

This commit is contained in:
Sean Buckley 2021-08-08 23:51:28 -04:00
parent 5cf5cd2b96
commit 8676d6ba20

View file

@ -16,6 +16,7 @@
services.openssh.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_latest;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
kernelParams = map (x: "video=DP-${x}:1280x720@60") [ "0" "1" "2" ];