Allow Steam ports in firewall settings
Alan Pearce alan@alanpearce.eu
Wed, 03 Jan 2018 18:29:33 +0000
1 files changed, 11 insertions(+), 0 deletions(-)
jump to
M modules/programs/steam.nix → modules/programs/steam.nix
@@ -5,4 +5,15 @@ steam ]; hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; + + networking.firewall = { + allowedUDPPorts = [ + 27031 + 27036 + ]; + allowedTCPPorts = [ + 27036 + 27037 + ]; + }; }