nixos/hosts/tor/tor.nix
2023-08-08 03:49:01 +02:00

8 lines
89 B
Nix

{ ... }: {
services.tor = {
settings = {
Nickname = "DXV7520";
};
};
}