Vikunja
services.vikunja.database.database
Database name.
Type: string
Default
"vikunja"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.database.host
Database host address. Can also be a socket.
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.database.path
Path to the sqlite3 database file.
Type: string
Default
"/var/lib/vikunja/vikunja.db"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.database.type
Database engine to use.
Type: one of "sqlite", "mysql", "postgres"
Default
"sqlite"
Example
"postgres"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.database.user
Database user.
Type: string
Default
"vikunja"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.enable
Whether to enable vikunja service.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.environmentFiles
List of environment files set in the vikunja systemd service. For example passwords should be set in one of these files.
Type: list of path
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.frontendHostname
The Hostname under which the frontend is running.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.frontendScheme
Whether the site is available via http or https.
Type: one of "http", "https"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.package
The vikunja package to use.
Type: package
Default
pkgs.vikunja
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.port
The TCP port exposed by the API.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
3456
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix
services.vikunja.settings
Vikunja configuration. Refer to https://vikunja.io/docs/config-options/ for details on supported values.
Type: YAML value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/vikunja.nix