fixed loop

This commit is contained in:
Bryan Ramos 2026-03-12 04:45:57 -04:00
parent a207d2e1cc
commit 9d08efaa77

View file

@ -90,13 +90,6 @@ in
};
};
services.nginx.virtualHosts."frigate.${domain}" = mkIf nginx.enable {
useACMEHost = domain;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:5000";
proxyWebsockets = true;
};
};
# NixOS frigate module creates nginx virtualHost automatically via hostname option
};
}