Author: eelco
Date: Sun Sep 11 15:54:18 2011
New Revision: 29184
URL: https://ssl.nixos.org/websvn/nix/?rev=29184&sc=1

Log:
* Lucifer no longer needs a PostgreSQL server.

Modified:
   configurations/trunk/tud/lucifer.nix

Modified: configurations/trunk/tud/lucifer.nix
==============================================================================
--- configurations/trunk/tud/lucifer.nix        Sun Sep 11 15:18:53 2011        
(r29183)
+++ configurations/trunk/tud/lucifer.nix        Sun Sep 11 15:54:18 2011        
(r29184)
@@ -64,20 +64,6 @@
   services.hydraChannelMirror.period = "0-59/15 * * * *";
   services.hydraChannelMirror.dataDir = "/data/releases";
 
-  services.postgresql = {
-    enable = true;
-    enableTCPIP = true;
-    dataDir = "/data/postgresql";
-    authentication = 
-      ''
-        local all mediawiki        ident mediawiki-users
-        local all all              ident sameuser
-        host  all all 127.0.0.1/32 md5
-        host  all all ::1/128      md5
-        host  all all 192.168.1.0/24 md5
-      ''; 
-  };
-
   services.tomcat = {
     enable = true;
     baseDir = "/data/tomcat";
@@ -87,7 +73,6 @@
       + "-XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/data/tomcat/logs/java_pid<pid>.hprof";
   };
 
-
   services.cron.systemCronJobs =
     [ "*/5 * * * *  hydra-mirror  flock -x /data/releases/.lock -c 
/home/hydra-mirror/release/mirror/mirror-nixos-isos.sh >> 
/home/hydra-mirror/nixos-mirror.log 2>&1" ];
 
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to