From 4fa6b7951a612163d81b7787513dece24d86f2f4 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 9 Jan 2023 15:09:43 +0100 Subject: ilex: use linux kernel 6.0 to get wifi working (i will probably forget about this for way too long until at some point i'm going to wonder why this machine runs such an ancient kernel …) --- ilex/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ilex') diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 8546593..9486547 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -9,6 +9,8 @@ ./hardware-configuration.nix ]; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_0; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; -- cgit v1.2.3