This commit is contained in:
Michael Thomas 2024-05-08 15:49:45 -04:00
commit c8d2a40b01

View File

@ -103,7 +103,10 @@
};
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.homepage-dashboard.proxy = true;
my.services.forgejo.proxy = true;