clean up some unneeded stuff

This commit is contained in:
TheWanderingCrow 2025-01-21 09:59:23 -05:00
parent b24a593fd1
commit 991f667086

View file

@ -54,13 +54,6 @@ in
enable = true;
virtualHosts = {
"homebox.wanderingcrow.net" = {
listen = [
{
addr = "0.0.0.0";
port = 80;
ssl = false;
}
];
locations."/" = {
proxyPass = "http://localhost:7745";
proxyWebsockets = true;