Drupal: Difference between revisions
m Changed a note into a blockquote element for better readability. |
Add note about database config |
||
| Line 110: | Line 110: | ||
}; | }; | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight><blockquote>'''Note:''' The database settings configured in NixOS will merely create the database, they will not instruct a new Drupal installation where to find the database. Either define your database settings in <code>settings.pho</code>, or see [[Drupal#After_Installation| After Installation]] for an example of how to do this with nix.</blockquote> | ||
== State Directory == | == State Directory == | ||