Machines/SurfaceGo: use default NixOS kernel
This commit is contained in:
parent
e0a28e73d2
commit
a4494f566b
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@
|
|||
# wget
|
||||
# ];
|
||||
|
||||
# The surface kernel sometimes fails to suspend/shutdown and I got tired of fighting it
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages;
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue