From f5e19fbeebca01543a106de88eea809adbce6719 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 10 Mar 2024 20:07:03 -0400 Subject: [PATCH] ingress-proxy/monitoring --- nixos/hosts/ingress-proxy/default.nix | 6 +++--- nixos/hosts/monitoring/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 679780d..7f1f887 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -61,8 +61,6 @@ in { }; } // defaultConfig; in { - "" = placeholder; - # Matrix (main) "mx.sapphic.engineer" = defaultConfig // { listen = [ @@ -114,7 +112,9 @@ in { }; - "oc.mekanoe.com" = placeholder; + "oc.mekanoe.com" = placeholder // { + serverAliases = [ "" ]; + }; "kitsu.love" = static { url = "https://codeberg.org/Vivieraaa/kitsu-site.git"; diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 8e828d8..99996c2 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -53,7 +53,7 @@ in with ports; [ (static "aerial" [ node ]) (static "pineapple" [ node nginx ]) - (static "watermelon" [ node nginx ]) + (static "ps2live" [ node ]) (static "mango" [ node ]) (static "happystaticbuzz" [ node ]) (static "keylime" [ node ])