services.vsftpd.localRoot

NixOS option

This option represents a directory which vsftpd will try to change into after a local (i.e. non- anonymous) login. Failure is silently ignored.

type: null or string
Default
null
Example
"/var/www/$USER"
declared in: nixos/modules/services/networking/vsftpd.nixView source on NixOS/nixpkgs →