services.moodle.extraConfig
NixOS option
Any additional text to be appended to the config.php configuration file. This is a PHP script. For configuration details, see https://docs.moodle.org/37/en/Configuration_file.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/web-apps/moodle.nixView source on NixOS/nixpkgs →'' $CFG->disableupdatenotifications = true; ''