SurfaceGo: use default kernel version

This commit is contained in:
Toast 2023-09-12 18:58:52 +02:00
parent 4ff3dda4d0
commit b3297f130e

View file

@ -26,13 +26,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
/*
As of commit 793de77d9f83418b428e8ba70d1e42c6507d0d35 of nixos-hardware, the
default kerrnel version for the Surface Go is 6.1.18, which fails to build.
Setting it to 6.4.12 works around this
*/
microsoft-surface.kernelVersion = lib.mkForce "6.4.12";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";