1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

users: remove enable option

This commit is contained in:
Daiderd Jordan 2018-01-13 22:59:22 +01:00
parent 243651e398
commit 5250bc0f69
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -4,12 +4,6 @@ with lib;
{
options = {
enable = mkOption {
type = types.bool;
default = true;
description = "Whether this user should be created.";
};
name = mkOption {
type = types.str;
description = ''