From 0b74e05cdee35d01d389836c0077fd197a40a8ee Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Sun, 10 Nov 2024 04:18:50 +0100 Subject: [PATCH] configure steam --- systems/x86_64-linux/drivebystation-nix/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/systems/x86_64-linux/drivebystation-nix/default.nix b/systems/x86_64-linux/drivebystation-nix/default.nix index 774050f..f549e70 100644 --- a/systems/x86_64-linux/drivebystation-nix/default.nix +++ b/systems/x86_64-linux/drivebystation-nix/default.nix @@ -48,14 +48,19 @@ in soundwireserver vscode spotify - appimage-run + appimage-run inputs.game-of-life.packages.x86_64-linux.default inputs.nixos-cosmic # thunderbird ]; }; # lib.my-namespace.home.stream-tools.enable = true; - + 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 + }; # Open ports in the firewall. networking.firewall.allowedTCPPorts = [