postgresql*: use underscores in version numbers

This commit is contained in:
Alyssa Ross
2018-10-23 17:22:14 +01:00
parent 94360c11e9
commit c6c7d55790
11 changed files with 33 additions and 29 deletions

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";
};