murex: enable full-hd goodness

This commit is contained in:
Gabriel Ebner 2019-05-31 19:27:09 +02:00
parent a64c31c7fd
commit a1842f265f
1 changed files with 4 additions and 1 deletions

View File

@ -164,7 +164,10 @@
'';
};
services.mjpg-streamer.enable = true;
services.mjpg-streamer = {
enable = true;
inputPlugin = "input_uvc.so -r 1920x1080";
};
networking.firewall = {
enable = true;