From 1bb2ff2cfbffcdc571bc2f8b171ca892c8aebece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 29 Dec 2018 10:40:42 +0100 Subject: Refactor a bit configurations --- virtual/eldiron.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'virtual/eldiron.nix') diff --git a/virtual/eldiron.nix b/virtual/eldiron.nix index fd72608..c347029 100644 --- a/virtual/eldiron.nix +++ b/virtual/eldiron.nix @@ -101,7 +101,7 @@ hostName = "db-1.immae.eu"; documentRoot = null; extraConfig = builtins.concatStringsSep "\n" [ - mypkgs.adminer.apacheConf + mypkgs.adminer.apache.vhostConf ]; }) (withSSL "eldiron" // { @@ -109,7 +109,7 @@ hostName = "tools.immae.eu"; documentRoot = null; extraConfig = builtins.concatStringsSep "\n" [ - mypkgs.adminer.apacheConf + mypkgs.adminer.apache.vhostConf ]; }) { # Should go last, default fallback -- cgit v1.2.3