diff options
author | stuebinm | 2024-03-26 17:16:44 +0100 |
---|---|---|
committer | stuebinm | 2024-03-26 17:16:44 +0100 |
commit | 9515be799112b405ff293d83705528b1e9237aa3 (patch) | |
tree | 9ff4bca037d13f2e037d50373f815d1101e20144 /ilex | |
parent | 43fbc5ba0bedaee0556a2f1141bd54c82f1b43e4 (diff) |
update inputs
also remove v4l2loopback on ilex
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/hardware-configuration.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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."/" = |