From dca1a8420c50168e38c1aea04b68866e4c5de4e6 Mon Sep 17 00:00:00 2001 From: noe Date: Tue, 16 Jul 2024 02:54:57 -0400 Subject: [PATCH] monitoring: remove stale, add exit-node --- nixos/hosts/monitoring/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index 246b196..24d6694 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -54,15 +54,12 @@ (static "aerial" [ node ]) (static "cider" [ node ]) (static "dis-sociat-ing" [ node ]) + (static "exit-node" [ node ]) (static "git" [ node ]) (static "ingress-proxy" [ node nginx ]) - (static "jitsi" [ node ]) - (static "keylime" [ node ]) - (static "live-doll-repair" [ node ]) (static "monitoring" [ node ]) (static "mumble" [ node ]) (static "nas0" [ node ]) - (static "nextcloud" [ node ]) (static "pihole" [ node ]) (static "porcelain-doll-repair" [ node ]) (static "ps2live" [ node ])