diff options
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 402e967..d8cd2d4 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -15,7 +15,8 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3; + boot.kernelPackages = + pkgs.linuxKernel.packageAliases.linux_latest; hardware.opengl.driSupport32Bit = true; # Use the systemd-boot EFI boot loader. |