mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
thinkpad: reenable all modules
This commit is contained in:
parent
a16bc598a4
commit
a8d2ace6ab
3 changed files with 19 additions and 16 deletions
|
@ -25,12 +25,12 @@
|
|||
boot = {
|
||||
kernelModules = [ "v4l2loopback" ];
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
];
|
||||
extraModprobeConfig = ''
|
||||
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
|
||||
'';
|
||||
# extraModulePackages = [
|
||||
# config.boot.kernelPackages.v4l2loopback
|
||||
# ];
|
||||
# extraModprobeConfig = ''
|
||||
# options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
|
||||
# '';
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue