go: open port 80
This commit is contained in:
parent
ffc294575c
commit
993437277c
|
@ -8,6 +8,7 @@ with import <stockholm/lib>;
|
|||
krebs.go = {
|
||||
enable = true;
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts.go = {
|
||||
|
|
Loading…
Reference in a new issue