[NixOS] Change virtualHosts name for nginx gitea to gitea

This commit is contained in:
Ivan Malison 2023-10-01 13:44:01 -06:00
parent 845c5495f6
commit 9d221f2bf4

View File

@ -17,7 +17,7 @@ makeEnable config "modules.gitea" false {
services.nginx = {
enable = true;
virtualHosts = {
"1896Folsom.duckdns.org:3001" = {
"gitea" = {
serverName = "1896Folsom.duckdns.org";
enableACME = true;
listen = [{