lol

vsftpd: Expose the no_anon_password flag.

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