forked from colonelpanic/dotfiles
[NixOS] Change virtualHosts name for nginx gitea to gitea
This commit is contained in:
parent
845c5495f6
commit
9d221f2bf4
@ -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 = [{
|
||||
|
Loading…
Reference in New Issue
Block a user