Nixos Module Reference

Generated reference documentation about the nixos module for centjes server deployments.

Options

services.centjes.production.docs-site

Centjes' documentation site service

Type: null or (submodule)

Default: null


services.centjes.production.docs-site.config

Typed settings passed by config file

Type: submodule

Default: { }


services.centjes.production.docs-site.config.google-analytics-tracking

The Google analytics tracking code

Type: null or string

Default: null


services.centjes.production.docs-site.config.google-search-console-verification

The Google search console verification code

Type: null or string

Default: null


services.centjes.production.docs-site.config.port

port to serve web requests on on

Type: null or signed integer

Default: null


services.centjes.production.docs-site.enable

Whether to enable Centjes Docs Site.

Type: boolean

Default: false

Example: true


services.centjes.production.docs-site.extraConfig

The contents of the config file, as an attribute set. This will be translated to Yaml and put in the right place along with the rest of the options defined in this submodule.

Type: unspecified value

Default: { }


services.centjes.production.docs-site.hosts

The host to serve the docs site on

Type: list of string

Default: [ ]

Example: [ "docs.centjes.online" ]


services.centjes.production.docs-site.pkg

The docs site package

Type: package

Default: <derivation centjes-docs-site-0.0.0>


services.centjes.production.enable

Whether to enable Centjes Service.

Type: boolean

Default: false

Example: true