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 = [