go: open port 80

This commit is contained in:
lassulus 2018-02-02 12:13:39 +01:00
parent ffc294575c
commit 993437277c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ with import <stockholm/lib>;
krebs.go = {
enable = true;
};
networking.firewall.allowedTCPPorts = [ 80 ];
services.nginx = {
enable = true;
virtualHosts.go = {