diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index 16f8f51..0ff703e 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -47,6 +47,15 @@ with lib; ''; }; }; + + virtualHosts."grafana.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.100.0.101"; + extraConfig = '' + proxy_set_header Host $host; + ''; + }; + }; }; system.stateVersion = "22.11"; # Did you read the comment?