mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
ADD v4l2loopback
This commit is contained in:
parent
2868dcacc8
commit
db8e169196
@ -4,6 +4,14 @@
|
||||
hostName = "nucturne";
|
||||
graphical = true;
|
||||
};
|
||||
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
"v4l2loopback"
|
||||
];
|
||||
#networking.hostName = "nucturne"; # define the hostname
|
||||
|
||||
# users = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user