aboutsummaryrefslogtreecommitdiff
path: root/virtual/eldiron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/eldiron.nix')
-rw-r--r--virtual/eldiron.nix4
1 files changed, 2 insertions, 2 deletions
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 @@
101 hostName = "db-1.immae.eu"; 101 hostName = "db-1.immae.eu";
102 documentRoot = null; 102 documentRoot = null;
103 extraConfig = builtins.concatStringsSep "\n" [ 103 extraConfig = builtins.concatStringsSep "\n" [
104 mypkgs.adminer.apacheConf 104 mypkgs.adminer.apache.vhostConf
105 ]; 105 ];
106 }) 106 })
107 (withSSL "eldiron" // { 107 (withSSL "eldiron" // {
@@ -109,7 +109,7 @@
109 hostName = "tools.immae.eu"; 109 hostName = "tools.immae.eu";
110 documentRoot = null; 110 documentRoot = null;
111 extraConfig = builtins.concatStringsSep "\n" [ 111 extraConfig = builtins.concatStringsSep "\n" [
112 mypkgs.adminer.apacheConf 112 mypkgs.adminer.apache.vhostConf
113 ]; 113 ];
114 }) 114 })
115 { # Should go last, default fallback 115 { # Should go last, default fallback