add tor network to default template
This commit is contained in:
@@ -37,6 +37,13 @@
|
|||||||
# tags.all means 'all machines' will joined
|
# tags.all means 'all machines' will joined
|
||||||
roles.peer.tags.all = { };
|
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.
|
# Additional NixOS configuration can be added here.
|
||||||
|
|||||||
@@ -37,6 +37,13 @@
|
|||||||
# tags.all means 'all machines' will joined
|
# tags.all means 'all machines' will joined
|
||||||
roles.peer.tags.all = { };
|
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.
|
# Additional NixOS configuration can be added here.
|
||||||
|
|||||||
Reference in New Issue
Block a user