fixed homebox

This commit is contained in:
TheWanderingCrow 2025-01-21 10:12:38 -05:00
parent 991f667086
commit 1cc6c9ab88

View file

@ -52,6 +52,7 @@ in
services.nginx = {
enable = true;
recommendedProxySettings = true;
virtualHosts = {
"homebox.wanderingcrow.net" = {
locations."/" = {
@ -67,8 +68,6 @@ in
enable = true;
settings = {
HBOX_OPTIONS_ALLOW_REGISTRATION = "true";
HBOX_SWAGGER_HOST = "localhost:7745";
HBOX_SWAGGER_SCHEME = "http";
};
};
};