depot/cluster/services/tor/default.nix

7 lines
100 B
Nix
Raw Normal View History

2024-04-30 03:34:51 +03:00
{
services.tor-client = {
nodes.client = [ "VEGAS" ];
nixos.client = ./client.nix;
};
}