feat(desktop): install sunshine, fix cuda.
This commit is contained in:
parent
670119ae64
commit
8288e6da83
3 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
config = lib.mkIf config.crony.sunshine.enable {
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
package = pkgs.sunshine.override {cudaSupport = true;};
|
||||
autoStart = false;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue