# bureaucrat

### TLMS.bureaucrat.enable

Wether to enable bureaucrat service

*Type:* boolean

*Default:* `false`

*Declared by:*

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

### TLMS.bureaucrat.group

group of systemd user

*Type:* string

*Default:* `"bureaucrat"`

*Declared by:*

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

### TLMS.bureaucrat.grpc.host

To which IP bureaucrat should bind its grpc server.

*Type:* string

*Default:* `"127.0.0.1"`

*Declared by:*

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

### TLMS.bureaucrat.grpc.port

To which port should bureaucrat bind its grpc server.

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

*Default:* `8080`

*Declared by:*

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

### TLMS.bureaucrat.log\_level

log level of the application

*Type:* string

*Default:* `"info"`

*Declared by:*

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

### TLMS.bureaucrat.redis.host

Database host

*Type:* string

*Default:* `"127.0.0.1"`

*Declared by:*

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

### TLMS.bureaucrat.redis.port

Database port

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

*Default:* `5354`

*Declared by:*

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

### TLMS.bureaucrat.user

systemd user

*Type:* string

*Default:* `"bureaucrat"`

*Declared by:*

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


---

# Agent Instructions: 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/bureaucrat.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.
