From 9515be799112b405ff293d83705528b1e9237aa3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 26 Mar 2024 17:16:44 +0100 Subject: update inputs also remove v4l2loopback on ilex --- ilex/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ilex') diff --git a/ilex/hardware-configuration.nix b/ilex/hardware-configuration.nix index 83f6412..f9ed939 100644 --- a/ilex/hardware-configuration.nix +++ b/ilex/hardware-configuration.nix @@ -8,10 +8,8 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" "v4l2loopback" ]; - boot.initrd.kernelModules = [ "v4l2loopback" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ]; boot.kernelModules = [ "kvm-amd" ]; - boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; fileSystems."/" = -- cgit v1.2.3