From c0243ed7ef7afcc01db0c38e18e9d6b73c65aadc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 18 Jul 2023 20:24:52 +0100 Subject: [PATCH] feat(nixos): update kernel packages --- system/nixos/nixedo/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/nixos/nixedo/hardware-configuration.nix b/system/nixos/nixedo/hardware-configuration.nix index 6cb9d0d..127aef0 100644 --- a/system/nixos/nixedo/hardware-configuration.nix +++ b/system/nixos/nixedo/hardware-configuration.nix @@ -13,6 +13,9 @@ boot.kernelParams = [ "i8042.reset" ]; boot.extraModulePackages = [ ]; + boot.kernelPackages = pkgs.linuxPackages_latest; + hardware.enableAllFirmware = true; + fileSystems."/" = { device = "/dev/disk/by-uuid/7c6d69ec-ba06-4ddb-b9c4-62b3994fda91"; fsType = "ext4";