From bc9e2d2c57f780be7beb68ff0006b4257c768e59 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 4 Sep 2022 07:43:32 -0600 Subject: [PATCH] fmt --- hosts/box/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 662ce70..7492cf3 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -675,8 +675,9 @@ in { #sslCertificate = "${config.sops.secrets.reddit_cert.path}"; #forceSSL = true; locations."/" = { - proxyPass = - "http://localhost:${toString config.services.calibre-web.listen.port}"; + proxyPass = "http://localhost:${ + toString config.services.calibre-web.listen.port + }"; proxyWebsockets = true; extraConfig = '' ${httpAllow}