diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index 55c99c7..504a26f 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -47,7 +47,7 @@ in forceSSL = true; enableACME= true; locations."/" = { - proxyPass = "http://10.0.0.10"; + proxyPass = "http://10.0.0.12"; extraConfig = '' ''; }; diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 6719899..946d25e 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -53,7 +53,7 @@ in }; services.malobeo.microvm.enableHostBridge = true; - services.malobeo.microvm.deployHosts = [ "infradocs" "uptimekuma" ]; + services.malobeo.microvm.deployHosts = [ "infradocs" ]; networking = { firewall = { @@ -70,14 +70,6 @@ in ''; }; }; - - virtualHosts."status.malobeo.org" = { - locations."/" = { - proxyPass = "http://10.0.0.12:80"; - extraConfig = '' - ''; - }; - }; }; services.tor = { diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index d27d148..bd67ecf 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -38,15 +38,6 @@ with lib; }; }; - - virtualHosts."status.malobeo.org" = { - locations."/" = { - proxyPass = "http://10.100.0.101"; - extraConfig = '' - ''; - }; - - }; }; system.stateVersion = "22.11"; # Did you read the comment?