From bb733c818abe458ca5aadb8510224a077fb4097f Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sat, 28 Oct 2023 03:01:22 +0200 Subject: [PATCH] remove statements --- hosts/companion/hardware-configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/companion/hardware-configuration.nix b/hosts/companion/hardware-configuration.nix index 0c6b6875..665e079e 100644 --- a/hosts/companion/hardware-configuration.nix +++ b/hosts/companion/hardware-configuration.nix @@ -13,14 +13,10 @@ ]; boot.initrd.availableKernelModules = ["xhci_pci" "usbhid" "usb_storage" "uas"]; - boot.initrd.kernelModules = []; - boot.kernelModules = []; - boot.extraModulePackages = []; #boot.kernelParams = [ "usb-storage.quirks=2109:0716:u,174c:55aa:u" ]; boot.kernelPackages = pkgs.linuxPackages_latest; - boot.supportedFilesystems = []; boot.loader.grub = { enable = true;