fix(oracle): add domain

This commit is contained in:
Michael Thomas 2024-05-08 18:59:30 +00:00
parent 5c6270a5d7
commit 75eb7da5a7

View File

@ -103,7 +103,11 @@
};
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;
services.uptime-kuma = {