machines[hera]: add v4l2loopback module

main
idylls 11 months ago
parent 7f8c35f8b5
commit 98f07247be
Signed by: idylls
GPG Key ID: 52D7502B0C319049

@ -15,6 +15,10 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3;
boot.extraModulePackages = [
pkgs.linuxKernel.packages.linux_6_3.v4l2loopback
];
boot.kernelModules = [ "v4l2loopback" ];
networking.hostName = currentSystemName; # Define your hostname.
# Pick only one of the below networking options.

Loading…
Cancel
Save