173 current 2025-10-09 15:48:55 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 15:51:02 -05:00
parent 1c14281085
commit 21d9ad81ed
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 172 current 2025-10-09 15:39:49 25.05.20251006.20c4598 6.12.50 *
# generation: 173 current 2025-10-09 15:48:55 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -91,6 +91,10 @@ in
locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";
proxyWebsockets = true;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
};
};