diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 6d5a05b..faa9afb 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -26,11 +26,11 @@ "video=DP-2:1920x1080@75" ]; - # services.sunshine = { - # enable = true; - # openFirewall = true; - # capSysAdmin = true; - # }; + services.sunshine = { + enable = true; + openFirewall = true; + capSysAdmin = true; + }; networking = { hostName = "ZeNixComputa";