From 97dbf9d563938589eee6124aaa040b84d9bf5a62 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 13 Mar 2017 21:23:08 +0100 Subject: Allow postgresql through firewall --- bragi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bragi.nix b/bragi.nix index 871d3e6c..86c24228 100644 --- a/bragi.nix +++ b/bragi.nix @@ -206,6 +206,7 @@ in rec { allowPing = true; allowedTCPPorts = [ 22 # SSH 80 # HTTP + 5432 # PostgreSQL 6600 # MPD ]; allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh -- cgit v1.2.3