diff options
| author | spl3g <spleefer6@yandex.ru> | 2023-08-21 09:14:28 +0000 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2023-08-21 09:14:28 +0000 |
| commit | 72e82deb5536a88b6438a708b3e825029f621d14 (patch) | |
| tree | 992c1075e68b9488960e24961ef941696b8cac61 /nixos/hardware-configuration.nix | |
| parent | 952b45648dbda12157bdbb1a841c3167ef712adf (diff) | |
damn
Diffstat (limited to 'nixos/hardware-configuration.nix')
| -rw-r--r-- | nixos/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 8d69197..e173cbd 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -10,7 +10,7 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ata_piix" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; + boot.kernelModules = [ "kvm-intel" "v4l2loopback" ]; boot.extraModulePackages = [ ]; fileSystems."/" = |
