Loading nixos/modules/services/databases/postgresql.nix +5 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,11 @@ in initialScript = mkOption { type = types.nullOr types.path; default = null; example = literalExpression '' pkgs.writeText "init-sql-script" ''' alter user postgres with password 'myPassword'; ''';''; description = lib.mdDoc '' A file containing SQL statements to execute on first startup. ''; Loading Loading
nixos/modules/services/databases/postgresql.nix +5 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,11 @@ in initialScript = mkOption { type = types.nullOr types.path; default = null; example = literalExpression '' pkgs.writeText "init-sql-script" ''' alter user postgres with password 'myPassword'; ''';''; description = lib.mdDoc '' A file containing SQL statements to execute on first startup. ''; Loading