Skip to content

Unifi video

services.unifi-video.dataDir

Where to store the database and other data.

Type: string

Default

"/var/lib/unifi-video/data"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.enable

Whether or not to enable the unifi-video service.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.jrePackage

The jre8 package to use. Type: package

Default

pkgs.jre8

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.logDir

Where to store the logs.

Type: string

Default

"/var/lib/unifi-video/logs"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.maximumJavaHeapSize

Set the maximum heap size for the JVM in MB.

Type: null or signed integer

Default

1024

Example

4096

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.mongodbPackage

The mongodb package to use. Type: package

Default

pkgs.mongodb-5_0

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.openFirewall

Whether or not to open the required ports on the firewall.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.pidFile

Location of unifi-video pid file. Type: path

Default

"${config.services.unifi-video.dataDir}/unifi-video.pid"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix

services.unifi-video.unifiVideoPackage

The unifi-video package to use. Type: package

Default

pkgs.unifi-video

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/video/unifi-video.nix