From 3a2a5960677adff56fa7a42763562a70686a823b Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 28 Mar 2024 22:14:28 +0000 Subject: . --- hosts/laurel/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/laurel/configuration.nix b/hosts/laurel/configuration.nix index a30146d..c3051db 100644 --- a/hosts/laurel/configuration.nix +++ b/hosts/laurel/configuration.nix @@ -76,7 +76,7 @@ services.nginx.virtualHosts."tube.laurel" = { listen = [{ port = 80; addr = "0.0.0.0"; }]; locations."/" = { - proxyPass = "http://127.0.0.1:${config.services.invidious.port}"; + proxyPass = "http://127.0.0.1:${builtins.toString config.services.invidious.port}"; proxyWebsockets = true; }; }; -- cgit v1.2.3