Modified desktop configuration
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ ..., pkgs }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.sunshine;
|
||||
autostart = true;
|
||||
package = pkgs.unstable.sunshine.override { cudaSupport = true; };
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user