lol

vsftpd: Expose the no_anon_password flag.

+3
+3
nixos/modules/services/networking/vsftpd.nix
··· 37 37 (yesNoOption "anonymousUser" "anonymous_enable" false '' 38 38 Whether to enable the anonymous FTP user. 39 39 '') 40 + (yesNoOption "anonymousUserNoPassword" "no_anon_password" false '' 41 + Whether to disable the password for the anonymous FTP user. 42 + '') 40 43 (yesNoOption "localUsers" "local_enable" false '' 41 44 Whether to enable FTP for local users. 42 45 '')