Modified desktop configuration

This commit is contained in:
2024-06-20 12:56:01 +02:00
parent 7c8c81a9aa
commit 2c1e99608a
6 changed files with 75 additions and 53 deletions

View File

@@ -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;
};