aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtual/eldiron.nix9
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