From b33332e78681be606c97d7545db77b98b1d955b8 Mon Sep 17 00:00:00 2001 From: quinm0 Date: Fri, 20 Mar 2026 14:52:14 -0400 Subject: [PATCH] add steam to quin user --- nix/user-quin.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/user-quin.nix b/nix/user-quin.nix index f287c9e..8bcff63 100644 --- a/nix/user-quin.nix +++ b/nix/user-quin.nix @@ -25,4 +25,11 @@ trash-cli ]; }; + + programs.steam = { + enable = true; + remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play + dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server + localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers + }; } \ No newline at end of file