services.moodle.initialPassword

NixOS option

Specifies the initial password for the admin, i.e. the password assigned if the user does not already exist. The password specified here is world-readable in the Nix store, so it should be changed promptly.

type: string
Example
"correcthorsebatterystaple"
declared in: nixos/modules/services/web-apps/moodle.nixView source on NixOS/nixpkgs →