postgresql*: use underscores in version numbers

This commit is contained in:
Alyssa Ross
2018-10-30 14:32:21 +00:00
parent 94360c11e9
commit c6c7d55790
11 changed files with 33 additions and 29 deletions
@@ -15,7 +15,7 @@ containers.database =
{ config =
{ config, pkgs, ... }:
{ <xref linkend="opt-services.postgresql.enable"/> = true;
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql96;
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql_9_6;
};
};
</programlisting>