add sunshine
This commit is contained in:
parent
7a49cd06bf
commit
21f85e91f4
1 changed files with 9 additions and 1 deletions
|
@ -27,7 +27,15 @@
|
|||
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services = {
|
||||
xserver.videoDrivers = [ "nvidia" ];
|
||||
sunshine = {
|
||||
enable = true;
|
||||
capSysAdmin = true;
|
||||
autoStart = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
|
|
Loading…
Reference in a new issue