change domain to tux.rs

This commit is contained in:
2024-07-30 01:44:33 +05:30
parent 031bb7163c
commit 13c03b974b
8 changed files with 13 additions and 13 deletions

View File

@ -5,8 +5,8 @@
settings = {
service.DISABLE_REGISTRATION = true;
server = {
DOMAIN = "git.0xtux.com";
ROOT_URL = "https://git.0xtux.com";
DOMAIN = "git.tux.rs";
ROOT_URL = "https://git.tux.rs";
};
};
};
@ -14,7 +14,7 @@
nginx = {
enable = lib.mkForce true;
virtualHosts = {
"git.0xtux.com" = {
"git.tux.rs" = {
forceSSL = true;
enableACME = true;
locations = {