base: hace que ahora se use el latest kernel

This commit is contained in:
Fabián Montero 2023-02-13 10:08:13 -06:00
parent fa6cf71043
commit bee17e1ad5

View file

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