Compare commits
7 Commits
32b3c81b46
...
3eeaeb6535
| Author | SHA1 | Date | |
|---|---|---|---|
|
3eeaeb6535
|
|||
|
679e569c6f
|
|||
|
91f54c770e
|
|||
|
f6aee772e5
|
|||
|
0980208bb0
|
|||
|
e4bc272a4b
|
|||
|
891ef54351
|
@@ -60,10 +60,9 @@ in {
|
|||||||
then "amdgpu"
|
then "amdgpu"
|
||||||
else "i915"
|
else "i915"
|
||||||
);
|
);
|
||||||
extraModprobeConfig =
|
extraModulePackages =
|
||||||
strings.concatLines
|
strings.concatLines (strings.optionalString cfg.kernel.v4l2loopback.enable "options v4l2loopback exclusive_caps=1 devices=1 video_nr=0 card_label=" "OBS Studio" "")
|
||||||
([cfg.kernel.extraModprobeConfig]
|
cfg.kernel.extraModprobeConfig;
|
||||||
++ lists.optional cfg.kernel.v4l2loopback.enable ''options v4l2loopback exclusive_caps=1 devices=1 video_nr=0 card_label="OBS Studio"'');
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = cfg.systemd-boot;
|
systemd-boot.enable = cfg.systemd-boot;
|
||||||
efi.canTouchEfiVariables = cfg.systemd-boot;
|
efi.canTouchEfiVariables = cfg.systemd-boot;
|
||||||
|
|||||||
Reference in New Issue
Block a user