forked from mirrors/nixpkgs
Add apparently missing option to vsftpd configuration
This commit is contained in:
parent
8818dbedbf
commit
a0bbc3e838
|
@ -126,6 +126,13 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
anonymousUserHome = mkOption {
|
||||||
|
default = "/home/ftp/";
|
||||||
|
description = ''
|
||||||
|
Directory to consider the HOME of the anonymous user.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
} // (listToAttrs (catAttrs "nixosOption" optionDescription)) ;
|
} // (listToAttrs (catAttrs "nixosOption" optionDescription)) ;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue