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:
parent
243651e398
commit
5250bc0f69
1 changed files with 0 additions and 6 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue