[NixOS] Use railbird.ai domains
This commit is contained in:
@@ -19,9 +19,9 @@ makeEnable config "modules.gitea" false {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"gitea" = {
|
||||
serverName = "1896Folsom.duckdns.org";
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
serverName = "dev.railbird.ai";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
listen = [{
|
||||
addr = "0.0.0.0";
|
||||
port = 3000;
|
||||
|
||||
Reference in New Issue
Block a user