From 58e14f0dadf89c6662dad72100fe8923b7c4ac02 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 19 Dec 2022 23:34:16 +0100 Subject: [PATCH] Typo --- baldur/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baldur/configuration.nix b/baldur/configuration.nix index 1332b11..d5b6936 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -58,7 +58,7 @@ with lib; { virtualHosts = let ssl = { enableACME = true; forceSSL = true; }; in { "unimi.bertof.net" = ssl // { locations."/".extraConfig = "rewrite ^/(.*)$ https://homes.di.unimi.it/berto/$1 redirect ;"; }; - "home-manager.bertof.net" = ssl // { locations."/".proxyPass = "http://loki.local:8123/"; }; + "home-assistant.bertof.net" = ssl // { locations."/".proxyPass = "http://loki.local:8123/"; }; }; }; openssh = { enable = true; openFirewall = true; };