Run tor and mycelium only on servers

This commit is contained in:
Pedro Rey Anca 2025-10-08 17:59:00 +02:00
parent 86398b9dd1
commit 0787fef8c5
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -81,12 +81,12 @@
# Docs: https://docs.clan.lol/reference/clanServices/mycelium/ # Docs: https://docs.clan.lol/reference/clanServices/mycelium/
mycelium = { mycelium = {
roles.peer.tags.all = {}; roles.peer.tags.server = {};
}; };
# Fallback: Secure connections via Tor # Fallback: Secure connections via Tor
tor = { tor = {
roles.server.tags.all = {}; roles.server.tags.server = {};
}; };
}; };
} }