services.mtprotoproxy.users
NixOS option
Allowed users and their secrets. A secret is a 32 characters long hex string.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/networking/mtprotoproxy.nixView source on NixOS/nixpkgs →{
tg = "00000000000000000000000000000000";
tg2 = "0123456789abcdef0123456789abcdef";
}