services.cloudlog.extraConfig

NixOS option

Any additional text to be appended to the config.php configuration file. This is a PHP script. For configuration settings, see https://github.com/magicbug/Cloudlog/wiki/Cloudlog.php-Configuration-File.

type: string
Default
""
Example
''
  $config['show_time'] = TRUE;
''
declared in: nixos/modules/services/web-apps/cloudlog.nixView source on NixOS/nixpkgs →