aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 18:26:57 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 19:13:08 +0200
commit6c7d42fc4844bc4f9af72dab531be8377825296a (patch)
treecc202c8c5156c27d72e322520c34684e00eb1efb /modules/private/websites/default.nix
parent7130402cfecc196ce79c8f07a9dba71974f085e3 (diff)
downloadNix-6c7d42fc4844bc4f9af72dab531be8377825296a.tar.gz
Nix-6c7d42fc4844bc4f9af72dab531be8377825296a.tar.zst
Nix-6c7d42fc4844bc4f9af72dab531be8377825296a.zip
Add cip-ca mail website
Diffstat (limited to 'modules/private/websites/default.nix')
-rw-r--r--modules/private/websites/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/private/websites/default.nix b/modules/private/websites/default.nix
index f192b3b..27719cc 100644
--- a/modules/private/websites/default.nix
+++ b/modules/private/websites/default.nix
@@ -220,6 +220,10 @@ in
220 production.enable = true; 220 production.enable = true;
221 }; 221 };
222 222
223 cip-ca = {
224 sympa.enable = true;
225 };
226
223 connexionswing = { 227 connexionswing = {
224 integration.enable = true; 228 integration.enable = true;
225 production.enable = true; 229 production.enable = true;