nixos/hosts/tor/tor.nix
2023-08-06 22:15:11 +02:00

8 lines
90 B
Nix

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