Run tor and mycelium only on servers
This commit is contained in:
parent
86398b9dd1
commit
0787fef8c5
1 changed files with 2 additions and 2 deletions
4
clan.nix
4
clan.nix
|
@ -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 = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue