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
+1 -1
View File
@@ -606,7 +606,7 @@ in
{ config =
{ config, pkgs, ... }:
{ services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql96;
services.postgresql.package = pkgs.postgresql_9_6;
system.stateVersion = "17.03";
};