change domain name

This commit is contained in:
2025-11-08 09:06:58 -06:00
parent 86272d668d
commit 9d56a9bd10
6 changed files with 48 additions and 48 deletions

View File

@@ -8,7 +8,7 @@
config = lib.mkIf config.sysconfig.virtualization.gitea.enable {
networking = {
hosts."192.168.100.20" = [ "gitea.blunkall.us" ];
hosts."192.168.100.20" = [ "gitea.esotericbytes.com" ];
nat.internalInterfaces = [ "ve-gitea" ];
};
@@ -77,9 +77,9 @@
settings = {
server = {
DOMAIN = "gitea.blunkall.us";
DOMAIN = "gitea.esotericbytes.com";
HTTP_PORT = 3000;
ROOT_URL = "https://gitea.blunkall.us/";
ROOT_URL = "https://gitea.esotericbytes.com/";
};
service = {
DISABLE_REGISTRATION = false;