From: Ismaƫl Bouya Date: Wed, 9 Jan 2019 18:52:27 +0000 (+0100) Subject: Use dav.immae.eu for calendar-related sites X-Git-Tag: nur_publish~343 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=43b726ed3ba5e9a5ce91f7b39ffbe895d3ada18b Use dav.immae.eu for calendar-related sites --- 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