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; };