]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/production.nix
Refactor websites options
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / production.nix
index c3cabb6ae84e7fb51b469c3ce08eeb25efc403dc..3c851e68a37ccc9e7b9cba4f034b911484507515 100644 (file)
@@ -22,8 +22,8 @@ in {
 
       php_admin_value[open_basedir] = "${varDir}:/tmp"
       '';
-    services.websites.production.modules = [ "proxy_fcgi" ];
-    services.websites.production.vhostConfs.immae = {
+    services.websites.env.production.modules = [ "proxy_fcgi" ];
+    services.websites.env.production.vhostConfs.immae = {
       certName    = "eldiron";
       addToCerts  = true;
       hosts       = [ "www.immae.eu" ];
@@ -51,7 +51,7 @@ in {
       ];
     };
 
-    services.websites.production.vhostConfs.bouya = {
+    services.websites.env.production.vhostConfs.bouya = {
       certName    = "eldiron";
       addToCerts  = true;
       hosts       = [ "bouya.org" "www.bouya.org" ];