From 6906281953c068a16ef4da4f2febacf2ef171610 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 26 Jan 2025 17:38:33 +0100 Subject: Sunshine already opens ports --- hosts/tarrel.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'hosts/tarrel.nix') diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix index 59ecf4c..71b70af 100644 --- a/hosts/tarrel.nix +++ b/hosts/tarrel.nix @@ -2,9 +2,6 @@ { imports = [ ./hardware-configuration/tarrel.nix - - # Services - ../services/sunshine.nix ]; boot.loader.systemd-boot.enable = true; @@ -75,4 +72,11 @@ }; system.stateVersion = "24.05"; # Did you read the comment? + + services.sunshine = { + enable = true; + autoStart = true; + capSysAdmin = true; + openFirewall = true; + }; } -- cgit v1.2.3