Skip to content

Lxd image server

services.lxd-image-server.enable

Whether to enable lxd-image-server. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/lxd-image-server.nix

services.lxd-image-server.group

Group assigned to the user and the webroot directory. Type: string

Default

"nginx"

Example

"www-data"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/lxd-image-server.nix

services.lxd-image-server.nginx.domain

Domain to use for nginx virtual host. Type: string

Example

"images.example.org"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/lxd-image-server.nix

services.lxd-image-server.nginx.enable

Whether to enable nginx. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/lxd-image-server.nix

services.lxd-image-server.settings

Configuration for lxd-image-server.

Example see https://github.com/Avature/lxd-image-server/blob/master/config.toml.

Type: TOML value

Default

{ }

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/lxd-image-server.nix