From db4ebdc06d1d5305897a481f5e77726e2da21c60 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 2 May 2024 21:43:52 +0200 Subject: [PATCH] ZeNixComputa: Re-enable sunshine --- hostconfig/ZeNixComputa/nixos.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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";