diff options
author | stuebinm | 2023-01-09 15:09:43 +0100 |
---|---|---|
committer | stuebinm | 2023-01-09 15:09:43 +0100 |
commit | 4fa6b7951a612163d81b7787513dece24d86f2f4 (patch) | |
tree | 16c71462639f1158ed87be17e052593fe509b661 /ilex | |
parent | accb8cafeee94cd59d7f42aee23fb9d659e528f2 (diff) |
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 …)
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; |