Skip to content

Commit

Permalink
lapp: change postgresql version, fixes metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 19, 2018
1 parent 15ecc67 commit a06b90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/release.nix
Expand Up @@ -273,7 +273,7 @@ in rec {
{ services.httpd.enable = true;
services.httpd.adminAddr = "foo@example.org";
services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql_9_3;
services.postgresql.package = pkgs.postgresql;
environment.systemPackages = [ pkgs.php ];
});
};
Expand Down

0 comments on commit a06b90a

Please sign in to comment.