remove v4l2loopback
This commit is contained in:
parent
02aba5b7c1
commit
225c73dd43
3 changed files with 0 additions and 31 deletions
|
|
@ -3,16 +3,12 @@
|
|||
# to /etc/nixos/configuration.nix instead.
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
imports = [];
|
||||
|
||||
boot.initrd.availableKernelModules = ["ehci_pci" "xhci_pci" "usbhid" "sr_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = [];
|
||||
boot.extraModulePackages = [];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue