1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

ADD v4l2loopback

This commit is contained in:
Stefan Ellmauthaler 2022-01-06 10:22:35 +01:00
parent 2868dcacc8
commit db8e169196
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -4,6 +4,14 @@
hostName = "nucturne";
graphical = true;
};
boot.extraModulePackages = [
config.boot.kernelPackages.v4l2loopback
];
boot.kernelModules = [
"v4l2loopback"
];
#networking.hostName = "nucturne"; # define the hostname
# users = {