summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/go.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-02-02 12:13:39 +0100
committerlassulus <lassulus@lassul.us>2018-02-02 12:13:39 +0100
commit993437277c5ce501d3baaab2a9448ae1ee62d54d (patch)
tree165fc58686bb67a3c2df8fb5ed9d445346bbdacf /krebs/2configs/go.nix
parentffc294575cb59585c3bfb6b85fa45fb69cdf1d41 (diff)
go: open port 80
Diffstat (limited to 'krebs/2configs/go.nix')
-rw-r--r--krebs/2configs/go.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/go.nix b/krebs/2configs/go.nix
index b7523387..f4c1290c 100644
--- a/krebs/2configs/go.nix
+++ b/krebs/2configs/go.nix
@@ -8,6 +8,7 @@ with import <stockholm/lib>;
krebs.go = {
enable = true;
};
+ networking.firewall.allowedTCPPorts = [ 80 ];
services.nginx = {
enable = true;
virtualHosts.go = {