From 0787fef8c52974b5f9c0cba61c0ec10fc1d66f1e Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Wed, 8 Oct 2025 17:59:00 +0200 Subject: [PATCH] Run tor and mycelium only on servers --- clan.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clan.nix b/clan.nix index 17f6efb..48c13ca 100644 --- a/clan.nix +++ b/clan.nix @@ -81,12 +81,12 @@ # Docs: https://docs.clan.lol/reference/clanServices/mycelium/ mycelium = { - roles.peer.tags.all = {}; + roles.peer.tags.server = {}; }; # Fallback: Secure connections via Tor tor = { - roles.server.tags.all = {}; + roles.server.tags.server = {}; }; }; }