From 1092f99521c4c02c0e797913f4df9275d0399e6a Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 3 Sep 2022 18:51:43 -0600 Subject: [PATCH] box: listen.port --- hosts/box/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 383e2f5..482e1d3 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -675,7 +675,7 @@ in { #forceSSL = true; locations."/" = { proxyPass = - "http://localhost:${toString config.services.calibre-web.port}"; + "http://localhost:${toString config.services.calibre-web.listen.port}"; proxyWebsockets = true; extraConfig = '' ${httpAllow}