mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
update root url
This commit is contained in:
@ -4,7 +4,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
server.DOMAIN = "git.0xtux.com";
|
server = {
|
||||||
|
DOMAIN = "git.0xtux.com";
|
||||||
|
ROOT_URL = "https://git.0xtux.com";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user