From 0b51c6ae6be840d2f7a2d644b92ab4c784d0193f Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sat, 28 Sep 2024 08:14:52 +0200 Subject: [PATCH] Added sunshine --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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? }