From 8ceaad6e164b6b5a5bf3208cfcaafb287385d812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Fri, 12 Apr 2024 10:41:02 +0800 Subject: [PATCH] nixops: franz no longer need special kernel --- nixops/franz-hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixops/franz-hardware-configuration.nix b/nixops/franz-hardware-configuration.nix index f9b25fb..57dd2d7 100644 --- a/nixops/franz-hardware-configuration.nix +++ b/nixops/franz-hardware-configuration.nix @@ -10,7 +10,6 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; - boot.kernelPackages = pkgs.linuxPackages_5_15; boot.kernelModules = [ "kvm-intel" ]; boot.blacklistedKernelModules = [ "iwlwifi" ]; boot.extraModulePackages = [ ];