diff --git a/configuration.nix b/configuration.nix index 30e8a88..b2c96a2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -105,6 +105,7 @@ vulkan-tools # Gaming + dolphin-emu gamemode heroic mangohud @@ -138,6 +139,13 @@ setSocketVariable = true; }; }; + services.sunshine = { + enable = true; + autoStart = false; + capSysAdmin = true; + openFirewall = true; + }; + system.stateVersion = "24.05"; # Did you read the comment? }