diff --git a/hosts/tv/hardware-configuration.nix b/hosts/tv/hardware-configuration.nix index c0b6f66..836c3a3 100644 --- a/hosts/tv/hardware-configuration.nix +++ b/hosts/tv/hardware-configuration.nix @@ -12,9 +12,9 @@ boot = { initrd = { availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "usbhid" "sd_mod" ]; - kernelModules = [ ]; + kernelModules = [ "cdc-acm" ]; }; - kernelModules = [ "kvm-intel" ]; + kernelModules = [ "kvm-intel" "cdc-acm" ]; extraModulePackages = [ ]; };