From 590f508681facee9ec586351036d0a15b54707d7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 3 Jan 2018 18:29:33 +0000 Subject: Allow Steam ports in firewall settings --- modules/programs/steam.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/programs') diff --git a/modules/programs/steam.nix b/modules/programs/steam.nix index d4bad7a..0023678 100644 --- a/modules/programs/steam.nix +++ b/modules/programs/steam.nix @@ -5,4 +5,15 @@ ]; hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; + + networking.firewall = { + allowedUDPPorts = [ + 27031 + 27036 + ]; + allowedTCPPorts = [ + 27036 + 27037 + ]; + }; } -- cgit 1.4.1