From 89fa161ee949a095313b886882c3db24e7551565 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 16 Dec 2021 23:43:41 +0100 Subject: [PATCH] Fix alias option --- nixos/roles/home-assistant-local/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/roles/home-assistant-local/default.nix b/nixos/roles/home-assistant-local/default.nix index 7d81ad06..8ef7ce8f 100644 --- a/nixos/roles/home-assistant-local/default.nix +++ b/nixos/roles/home-assistant-local/default.nix @@ -591,7 +591,7 @@ in enable = true; virtualHosts = { "home.lo.m-0.eu" = { - serverAliases = "home.vpn.m-0.eu"; + serverAliases = [ "home.vpn.m-0.eu" ]; extraConfig = "proxy_buffering off;"; locations."/" = { proxyPass = "http://[::1]:8123";