fix(oracle): add domain
This commit is contained in:
parent
5c6270a5d7
commit
75eb7da5a7
@ -103,7 +103,11 @@
|
|||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [80 443];
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
|
|
||||||
my.server.proxyIP = "10.0.0.2";
|
my.server = {
|
||||||
|
domain = "s.michaelt.xyz";
|
||||||
|
proxyIP = "10.0.0.2";
|
||||||
|
};
|
||||||
|
|
||||||
my.services.forgejo.proxy = true;
|
my.services.forgejo.proxy = true;
|
||||||
|
|
||||||
services.uptime-kuma = {
|
services.uptime-kuma = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user