Move v4l2loopback to teams

This commit is contained in:
DashieTM 2024-08-24 13:55:33 +02:00
parent c73cb37278
commit 54df643d80
2 changed files with 16 additions and 6 deletions

View file

@ -2,11 +2,6 @@
let username = config.conf.username;
in {
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
extraModulePackages =
[ pkgs.linuxKernel.packages.linux_xanmod_latest.v4l2loopback ];
kernelModules = [ "v4l2loopback" ];
};
# Bootloader.
boot.loader.systemd-boot = {