X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Ftools%2Fmail%2Froundcubemail.nix;h=35de312e1beeaa89d00c62b0f4931fd76754169d;hb=ab8f306d7c2c49b8116e1af7b355ed2384617ed9;hp=8bb60d639db2ef916769bdfb37953ecb93ec0245;hpb=4227853a03923e04daf3dd511a4b5a1ab5d527e7;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/tools/mail/roundcubemail.nix b/modules/private/websites/tools/mail/roundcubemail.nix index 8bb60d6..35de312 100644 --- a/modules/private/websites/tools/mail/roundcubemail.nix +++ b/modules/private/websites/tools/mail/roundcubemail.nix @@ -14,9 +14,12 @@ rec { user = apache.user; group = apache.group; permissions = "0400"; - text = '' + text = + let + psql_url = with env.postgresql; "pgsql://${user}:${password}@unix(${socket}:${port})/${database}"; + in '' "mail.immae.eu"