revert surface kernel to default kernel (avoid rebuilding but no touch etc)

This commit is contained in:
twoneis 2024-02-09 21:37:24 +01:00
parent 88507bc7fa
commit 8d74b03da2

View file

@ -4,6 +4,9 @@
./options.nix ./options.nix
]; ];
# Select kernel version
boot.kernelPackages = pkgs.linuxPackages_zen;
networking.hostName = "surface"; networking.hostName = "surface";
# Add user to surface control group for surface linux # Add user to surface control group for surface linux