Skip to content

Windmill

services.windmill.baseUrl

The base url that windmill will be served on.

Type: string

Example

"https://windmill.example.com"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.database.createLocally

Whether to create a local database automatically. Type: boolean

Default

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.database.name

Database name. Type: string

Default

"windmill"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.database.urlPath

Path to the file containing the database url windmill should connect to. This is not deducted from database user and name as it might contain a secret

Type: path

Example

"config.age.secrets.DATABASE_URL_FILE.path"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.database.user

Database user. Type: string

Default

"windmill"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.enable

Whether to enable windmill service. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.logLevel

Log level Type: one of "error", "warn", "info", "debug", "trace"

Default

"info"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.lspPort

Port the windmill lsp listens on. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

3001

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix

services.windmill.serverPort

Port the windmill server listens on. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

8001

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/windmill.nix