From 78eb293afd934d1305a42ff66971317c7fc9f1cc Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 13 Aug 2025 19:56:15 -0500 Subject: [PATCH] test --- system-config/configuration/homebox/default.nix | 3 ++- system-config/services/sunshine/default.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index bbbed5a..71d8407 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -195,6 +195,7 @@ netbird.enable = true; minecraft.enable = false; steam.enable = false; + sunshine.enable = true; virtualization = { traefik.enable = true; jellyfin.enable = true; @@ -220,7 +221,7 @@ minecraft.enable = false; #wont connect sandbox.enable = false; - sunshine.enable = true; + sunshine.enable = false; }; }; }; diff --git a/system-config/services/sunshine/default.nix b/system-config/services/sunshine/default.nix index 7f62fb2..3b25290 100644 --- a/system-config/services/sunshine/default.nix +++ b/system-config/services/sunshine/default.nix @@ -12,7 +12,7 @@ autoStart = true; - openFirewall = true; + #openFirewall = true; }; }; }