add tor network to default template

This commit is contained in:
lassulus
2025-08-19 23:26:43 +02:00
committed by Jörg Thalheim
parent e2eb26345f
commit fb094e8f3b
2 changed files with 14 additions and 0 deletions

View File

@@ -37,6 +37,13 @@
# tags.all means 'all machines' will joined
roles.peer.tags.all = { };
};
# Docs: https://docs.clan.lol/reference/clanServices/tor/
# Tor network provides secure, anonymous connections to your machines
# All machines will be accessible via Tor as a fallback connection method
tor = {
roles.server.tags.nixos = { };
};
};
# Additional NixOS configuration can be added here.

View File

@@ -37,6 +37,13 @@
# tags.all means 'all machines' will joined
roles.peer.tags.all = { };
};
# Docs: https://docs.clan.lol/reference/clanServices/tor/
# Tor network provides secure, anonymous connections to your machines
# All machines will be accessible via Tor as a fallback connection method
tor = {
roles.server.tags.nixos = { };
};
};
# Additional NixOS configuration can be added here.