diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 34a0972..ce4683a 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -111,7 +111,7 @@ }; }; "forge.quinefoundation.com-https" = { - serverName = [ "forge.quinefoundation.com" ]; + serverName = "forge.quinefoundation.com"; enableACME = true; listen = [ @@ -124,8 +124,8 @@ }; }; "forge.quinefoundation.com-http" = { - serverName = [ "forge.quinefoundation.com" ]; - + serverName = "forge.quinefoundation.com"; + listen = [ { addr = "0.0.0.0"; port = 80; } { addr = "[::]"; port = 80; }