roundcube: apply code review suggestions

This commit is contained in:
Robin Gloster
2018-11-28 18:53:37 +01:00
parent 9ace7f6409
commit 1262a5ca97
3 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,6 @@ import ./make-test.nix ({ pkgs, ...} : {
services.roundcube = {
enable = true;
hostName = "roundcube";
nginx.enable = true;
database.password = "notproduction";
};
services.nginx.virtualHosts.roundcube = {
@@ -23,6 +22,7 @@ import ./make-test.nix ({ pkgs, ...} : {
$roundcube->start;
$roundcube->waitForUnit("postgresql.service");
$roundcube->waitForUnit("phpfpm-roundcube.service");
$roundcube->waitForUnit("nginx.service");
$roundcube->succeed("curl -sSfL http://roundcube/");
'';
})