Skip to content

Rimgo

services.rimgo.enable

Whether to enable rimgo. Type: boolean

Default

false

Example

true

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

services.rimgo.package

The rimgo package to use. Type: package

Default

pkgs.rimgo

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

services.rimgo.settings

Settings for rimgo, see the official documentation for supported options.

Type: attribute set of string

Example

{PORT = 69420;FORCE_WEBP = "1";}

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

services.rimgo.settings.ADDRESS

The address to listen on. Type: string

Default

"127.0.0.1"

Example

"1.1.1.1"

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

services.rimgo.settings.PORT

The port to use. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

3000

Example

69420

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