* Lucifer no longer needs a PostgreSQL server.
svn path=/configurations/trunk/tud/; revision=29184
Eelco Dolstra committed
Sep 11, 2011 at 15:54 UTC
a41c4473a76b12249938e11c5cb22824396cf1ce
1 file changed
-15
lucifer.nix
-15
@@ -64,20 +64,6 @@
64
services.hydraChannelMirror.period = "0-59/15 * * * *";
65
services.hydraChannelMirror.dataDir = "/data/releases";
66
67
- services.postgresql = {
68
- enable = true;
69
- enableTCPIP = true;
70
- dataDir = "/data/postgresql";
71
- authentication =
72
- ''
73
- local all mediawiki ident mediawiki-users
74
- local all all ident sameuser
75
- host all all 127.0.0.1/32 md5
76
- host all all ::1/128 md5
77
- host all all 192.168.1.0/24 md5
78
- '';
79
- };
80
-
67
services.tomcat = {
68
enable = true;
69
baseDir = "/data/tomcat";
@@ -87,7 +73,6 @@
73
+ "-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/tomcat/logs/java_pid<pid>.hprof";
74
};
75
90
-
76
services.cron.systemCronJobs =
77
[ "*/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" ];
78