diff --git a/hosts/miniserver/configuration.nix b/hosts/miniserver/configuration.nix index 83b9968..b995fb0 100644 --- a/hosts/miniserver/configuration.nix +++ b/hosts/miniserver/configuration.nix @@ -61,7 +61,7 @@ shiori.enable = true; sonarr.enable = false; vaultwarden.enable = true; - firefly-iii.enable = true; + firefly-iii.enable = false; }; }; networking = { diff --git a/hosts/miniserver/temp-nginx.nix b/hosts/miniserver/temp-nginx.nix index d7660b5..cc30d7a 100644 --- a/hosts/miniserver/temp-nginx.nix +++ b/hosts/miniserver/temp-nginx.nix @@ -67,7 +67,7 @@ in { location = /web/ { # Proxy main Jellyfin traffic - proxy_pass 192.168.1.69:8096/web/index.html; + proxy_pass http://192.168.1.69:8096/web/index.html; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;