* Use PostgreSQL 9.2.
svn path=/configurations/trunk/tud/; revision=34687
Eelco Dolstra committed
Feb 23, 2013 at 16:36 UTC
89d2a1605c3afa21cba80d8ebe01533bc7077d67
1 file changed
+1
-1
wendy.nix
+1
-1
@@ -102,7 +102,7 @@
102
${pkgs.procps}/sbin/sysctl -q -w kernel.shmmax=$((6 * 1024**3))
103
'';
104
105
- nixpkgs.config.packageOverrides = pkgs: { postgresql = pkgs.postgresql91; };
105
+ nixpkgs.config.packageOverrides = pkgs: { postgresql = pkgs.postgresql92; };
106
107
services.zabbixAgent.extraConfig = ''
108
UserParameter=hydra.queue.total,${pkgs.postgresql}/bin/psql hydra -At -c 'select count(*) from builds where finished = 0'