* Remove unused option "user". Not clear what it was supposed to do.

svn path=/nixos/trunk/; revision=33857
This commit is contained in:
Eelco Dolstra 2012-04-20 12:22:08 +00:00
parent d8a6cddbd0
commit 235ea24ec4

View File

@ -199,15 +199,6 @@ in
''; '';
}; };
user = mkOption {
default = {};
description = ''
This option defines settings for individual users on the system.
'';
type = types.loaOf types.optionSet;
options = [ ];
};
}; };