svn path=/configurations/trunk/tud/; revision=33932
svn path=/configurations/trunk/tud/; revision=33932
Eelco Dolstra committed
Apr 26, 2012 at 14:16 UTC
c4f69dbeb6157da6d32ee9c736a16b5ae9cb3f73
1 file changed
+1
-5
wendy.nix
+1
-5
@@ -76,10 +76,6 @@
76
max_connections = 250
77
'';
78
authentication = ''
79
- local all mediawiki ident map=mediawiki-users
80
- local all all ident
81
- host all all 127.0.0.1/32 md5
82
- host all all ::1/128 md5
79
host all all 192.168.1.25/32 md5
80
host hydra hydra 192.168.1.26/32 md5
81
host hydra_test hydra 192.168.1.26/32 md5
@@ -108,7 +104,7 @@
104
in [
105
( genericBackup // { name = "postgresql";
106
local = config.services.postgresqlBackup.location;
111
- remote = "/staff-groups/ewi/st/strategoxt/backup/postgresql-wendy";
107
+ remote = "/staff-groups/ewi/st/strategoxt/backup/postgresql-webdsl.org";
108
})
109
];
110
};