services._3proxy.usersFile

NixOS option

Load users and passwords from this file. Example users file with plain-text passwords: test1:CL:password1 test2:CL:password2 Example users file with md5-crypted passwords: test1:CR:$1$tFkisVd2$1GA8JXkRmTXdLDytM/i3a1 test2:CR:$1$rkpibm5J$Aq1.9VtYAn0JrqZ8M.1ME. You can generate md5-crypted passwords via https://unix4lyfe.org/crypt/ Note that htpasswd tool generates incompatible md5-crypted passwords. Consult documentation for more information.

type: null or absolute path
Default
null
Example
"/var/lib/3proxy/3proxy.passwd"
declared in: nixos/modules/services/networking/3proxy.nixView source on NixOS/nixpkgs →