forked from mirrors/nixpkgs
* Remove unused option "user". Not clear what it was supposed to do.
svn path=/nixos/trunk/; revision=33857
This commit is contained in:
parent
d8a6cddbd0
commit
235ea24ec4
|
@ -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 = [ ];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue