From 7eab893010ad7ab2dc67cfb2e4fddeede552d8d2 Mon Sep 17 00:00:00 2001 From: Wouter den Breejen Date: Sun, 22 Mar 2009 15:34:28 +0000 Subject: [PATCH] vsftpd userlist options added svn path=/nixos/trunk/; revision=14650 --- system/options.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/system/options.nix b/system/options.nix index a8ddd399603..4fcbe1513ff 100644 --- a/system/options.nix +++ b/system/options.nix @@ -1874,6 +1874,28 @@ in Whether mkdir is permitted to anonymous users. "; }; + + chrootlocaluser = mkOption { + default = false; + description = " + Whether u can like out of ur home dir. + "; + }; + + userlistenable = mkOption { + default = false; + description = " + Whether users are included. + "; + }; + + userlistdeny = mkOption { + default = false; + description = " + Whether users are excluded. + "; + }; + }; printing = {