t14: hace que ya no use el kernel más reciente

This commit is contained in:
Fabian Montero 2023-03-22 22:31:29 -06:00
parent 567c4b9599
commit 635904d3d3

View file

@ -15,7 +15,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
#boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "t14"; # Define your hostname.
networking.networkmanager.enable = true;