From 43b726ed3ba5e9a5ce91f7b39ffbe895d3ada18b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 9 Jan 2019 19:52:27 +0100 Subject: [PATCH] Use dav.immae.eu for calendar-related sites --- virtual/eldiron.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/virtual/eldiron.nix b/virtual/eldiron.nix index 506e29d..7dbca92 100644 --- a/virtual/eldiron.nix +++ b/virtual/eldiron.nix @@ -125,6 +125,7 @@ "dev.aten.pro" = null; "piedsjaloux.immae.eu" = null; "chloe.immae.eu" = null; + "dav.immae.eu" = null; }; }; "ludivinecassal" = { @@ -465,6 +466,12 @@ mypkgs.ympd.apache.vhostConf mypkgs.ttrss.apache.vhostConf mypkgs.roundcubemail.apache.vhostConf + ]; + }) + (withConf "eldiron" // { + hostName = "dav.immae.eu"; + documentRoot = null; + extraConfig = builtins.concatStringsSep "\n" [ mypkgs.infcloud.apache.vhostConf mypkgs.davical.apache.vhostConf ]; @@ -580,7 +587,7 @@ # rather than rewrite ''; } - ]; + ]; }; security.pam.services = let -- 2.41.0