depot/cluster/services/tor/default.nix
2024-04-30 02:34:51 +02:00

7 lines
100 B
Nix

{
services.tor-client = {
nodes.client = [ "VEGAS" ];
nixos.client = ./client.nix;
};
}