]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Use dav.immae.eu for calendar-related sites
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 9 Jan 2019 18:52:27 +0000 (19:52 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 9 Jan 2019 19:03:14 +0000 (20:03 +0100)
virtual/eldiron.nix

index 506e29d666de4cc4183ceacbd8fed22512cffb9b..7dbca92de0e99376ec3bb55db959ccfb60acc79a 100644 (file)
           "dev.aten.pro" = null;
           "piedsjaloux.immae.eu" = null;
           "chloe.immae.eu" = null;
+          "dav.immae.eu" = null;
         };
       };
       "ludivinecassal" = {
             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
           ];
             # rather than rewrite
             '';
         }
-        ];
+      ];
     };
 
     security.pam.services = let