aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/tools/roundcubemail.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-21 02:47:52 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-21 02:47:52 +0200
commitf40f5b235b890f46770a22f005f8a0f664cf0562 (patch)
tree60bbcac4b528324fe7e83f280d65190b57bb810a /nixops/modules/websites/tools/tools/roundcubemail.nix
parent1480d60775dcd38b33abd367a91cd1b865aacc54 (diff)
downloadNix-f40f5b235b890f46770a22f005f8a0f664cf0562.tar.gz
Nix-f40f5b235b890f46770a22f005f8a0f664cf0562.tar.zst
Nix-f40f5b235b890f46770a22f005f8a0f664cf0562.zip
Replace myPhpfpm with correct overrides
Diffstat (limited to 'nixops/modules/websites/tools/tools/roundcubemail.nix')
-rw-r--r--nixops/modules/websites/tools/tools/roundcubemail.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/tools/roundcubemail.nix b/nixops/modules/websites/tools/tools/roundcubemail.nix
index 6177ff3..8974d1b 100644
--- a/nixops/modules/websites/tools/tools/roundcubemail.nix
+++ b/nixops/modules/websites/tools/tools/roundcubemail.nix
@@ -102,7 +102,6 @@ rec {
102 ''; 102 '';
103 socket = "/var/run/phpfpm/roundcubemail.sock"; 103 socket = "/var/run/phpfpm/roundcubemail.sock";
104 pool = '' 104 pool = ''
105 listen = ${socket}
106 user = ${apache.user} 105 user = ${apache.user}
107 group = ${apache.group} 106 group = ${apache.group}
108 listen.owner = ${apache.user} 107 listen.owner = ${apache.user}