> For the complete documentation index, see [llms.txt](https://docs.tlm.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlm.solutions/nixos-options/lizard.md).

# lizard

### TLMS.lizard.enable

enabling the service

*Type:* boolean

*Default:* `false`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.group

as which group lizard should run

*Type:* string

*Default:* `"lizard"`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.http.host

http host

*Type:* string

*Default:* `"127.0.0.1"`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.http.port

port of the lizard

*Type:* 16 bit unsigned integer; between 0 and 65535 (both inclusive)

*Default:* `9001`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.logLevel

log level

*Type:* string

*Default:* `"info"`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.redis.host

grpc host

*Type:* string

*Default:* `"127.0.0.1"`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.redis.port

grpc port

*Type:* signed integer

*Default:* `50051`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.user

as which user lizard should run

*Type:* string

*Default:* `"lizard"`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)

### TLMS.lizard.workerCount

amount of worker threads used

*Type:* signed integer

*Default:* `4`

*Declared by:*

* [/nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix](file:///nix/store/lrpqrdsldby2sb78w4wkbz8kvbwp8xz1-source/flake.nix)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tlm.solutions/nixos-options/lizard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
