Add video4linux2loopback

restic-rest-server
Simon Bruder 2020-12-08 18:48:42 +01:00
parent 571d5bd3ad
commit 91cd41286b
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 4 additions and 0 deletions

View File

@ -2,4 +2,8 @@
lib.mkIf config.sbruder.gui.enable {
hardware.sane.enable = true;
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback # screen sharing
];
}