allow port 443

This commit is contained in:
Daniel Frank 2022-01-22 17:57:23 +01:00
parent 64cec11c5c
commit 162a2138be
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
networking.firewall.allowedTCPPorts = [ 80 ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
#logError = "/dev/null";