diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-13 22:59:22 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-13 22:59:34 +0100 |
| commit | 5250bc0f69e598b9bf259d9978c32284f1c7aee2 (patch) | |
| tree | 1283962ec653372f1cd3d654f7b38f8a0931aa1a /modules | |
| parent | 243651e398771dfe1bdcb10fdfc36497896c05cb (diff) | |
users: remove enable option
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/users/user.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/users/user.nix b/modules/users/user.nix index 8b70225..49c3a67 100644 --- a/modules/users/user.nix +++ b/modules/users/user.nix @@ -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 = '' |
