diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-09 19:52:27 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-09 20:03:14 +0100 |
commit | 43b726ed3ba5e9a5ce91f7b39ffbe895d3ada18b (patch) | |
tree | 580e8444d8092610e8bed04936c28e806a1c0233 /virtual | |
parent | d9998b44feff669636822b694b9a9327e3ecc925 (diff) | |
download | Nix-43b726ed3ba5e9a5ce91f7b39ffbe895d3ada18b.tar.gz Nix-43b726ed3ba5e9a5ce91f7b39ffbe895d3ada18b.tar.zst Nix-43b726ed3ba5e9a5ce91f7b39ffbe895d3ada18b.zip |
Use dav.immae.eu for calendar-related sites
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/eldiron.nix | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ | |||
125 | "dev.aten.pro" = null; | 125 | "dev.aten.pro" = null; |
126 | "piedsjaloux.immae.eu" = null; | 126 | "piedsjaloux.immae.eu" = null; |
127 | "chloe.immae.eu" = null; | 127 | "chloe.immae.eu" = null; |
128 | "dav.immae.eu" = null; | ||
128 | }; | 129 | }; |
129 | }; | 130 | }; |
130 | "ludivinecassal" = { | 131 | "ludivinecassal" = { |
@@ -465,6 +466,12 @@ | |||
465 | mypkgs.ympd.apache.vhostConf | 466 | mypkgs.ympd.apache.vhostConf |
466 | mypkgs.ttrss.apache.vhostConf | 467 | mypkgs.ttrss.apache.vhostConf |
467 | mypkgs.roundcubemail.apache.vhostConf | 468 | mypkgs.roundcubemail.apache.vhostConf |
469 | ]; | ||
470 | }) | ||
471 | (withConf "eldiron" // { | ||
472 | hostName = "dav.immae.eu"; | ||
473 | documentRoot = null; | ||
474 | extraConfig = builtins.concatStringsSep "\n" [ | ||
468 | mypkgs.infcloud.apache.vhostConf | 475 | mypkgs.infcloud.apache.vhostConf |
469 | mypkgs.davical.apache.vhostConf | 476 | mypkgs.davical.apache.vhostConf |
470 | ]; | 477 | ]; |
@@ -580,7 +587,7 @@ | |||
580 | # rather than rewrite | 587 | # rather than rewrite |
581 | ''; | 588 | ''; |
582 | } | 589 | } |
583 | ]; | 590 | ]; |
584 | }; | 591 | }; |
585 | 592 | ||
586 | security.pam.services = let | 593 | security.pam.services = let |