mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
forge
This commit is contained in:
parent
6335bdf284
commit
72934e9a82
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.death916.xyz";
|
DOMAIN = "git.death916.xyz";
|
||||||
HTTP_PORT = 3050;
|
HTTP_PORT = 3051;
|
||||||
ROOT_URL = "https://git.death916.xyz/";
|
ROOT_URL = "https://git.death916.xyz/";
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
};
|
};
|
||||||
|
|
@ -23,5 +23,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 3050 ];
|
networking.firewall.allowedTCPPorts = [ 3051 ];
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue