6 lines
100 B
Nix
6 lines
100 B
Nix
{
|
|
services.tor-client = {
|
|
nodes.client = [ "VEGAS" ];
|
|
nixos.client = ./client.nix;
|
|
};
|
|
}
|