diff options
author | Akshay <[email protected]> | 2024-03-28 22:14:28 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-03-28 22:14:28 +0000 |
commit | 3a2a5960677adff56fa7a42763562a70686a823b (patch) | |
tree | 8642bb44199108c7e9f5a7baf9dae0e6cb684808 /hosts/laurel | |
parent | a1783ddebea56cedcdf661d3b8b01010d3810f61 (diff) |
.
Diffstat (limited to 'hosts/laurel')
-rw-r--r-- | hosts/laurel/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
76 | services.nginx.virtualHosts."tube.laurel" = { | 76 | services.nginx.virtualHosts."tube.laurel" = { |
77 | listen = [{ port = 80; addr = "0.0.0.0"; }]; | 77 | listen = [{ port = 80; addr = "0.0.0.0"; }]; |
78 | locations."/" = { | 78 | locations."/" = { |
79 | proxyPass = "http://127.0.0.1:${config.services.invidious.port}"; | 79 | proxyPass = "http://127.0.0.1:${builtins.toString config.services.invidious.port}"; |
80 | proxyWebsockets = true; | 80 | proxyWebsockets = true; |
81 | }; | 81 | }; |
82 | }; | 82 | }; |