Machines/SurfaceGo: use default NixOS kernel

This commit is contained in:
Toast 2023-12-29 19:06:47 +01:00
parent e0a28e73d2
commit a4494f566b

View file

@ -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;