Moonlight streaming
This commit is contained in:
@ -244,10 +244,18 @@
|
||||
U_PACING_COMP_MIN_TIME_MS = "5";
|
||||
};
|
||||
|
||||
|
||||
# bigscreen udev rule
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="35bd", ATTRS{idProduct}=="0101", MODE="0666"
|
||||
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="35bd", ATTRS{idProduct}=="0202", MODE="0666"
|
||||
'';
|
||||
|
||||
# For streaming
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user