docs: update sample postgresql package

postgresql90 no longer exists in nixpkgs.
This commit is contained in:
Alyssa Ross 2018-10-23 17:35:37 +01:00
parent 9594b59f13
commit 94360c11e9
No known key found for this signature in database
GPG key ID: C4844408C0657052

View file

@ -197,10 +197,10 @@ swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];
pkgs.emacs
];
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql90;
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql10;
</programlisting>
The latter option definition changes the default PostgreSQL package used
by NixOSs PostgreSQL service to 9.0. For more information on packages,
by NixOSs PostgreSQL service to 10.x. For more information on packages,
including how to add new ones, see <xref linkend="sec-custom-packages"/>.
</para>
</listitem>