SurfaceGo: use default kernel version
This commit is contained in:
parent
4ff3dda4d0
commit
b3297f130e
1 changed files with 0 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue