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 = ''