X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fprivate%2Fwebsites%2Fimmae%2Fproduction.nix;h=3c851e68a37ccc9e7b9cba4f034b911484507515;hb=29f8cb850d74b456d6481a456311bbf5361d328c;hp=c3cabb6ae84e7fb51b469c3ce08eeb25efc403dc;hpb=2e48907d64491a06454b342a1a56d03a0835753d;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix index c3cabb6..3c851e6 100644 --- a/modules/private/websites/immae/production.nix +++ b/modules/private/websites/immae/production.nix @@ -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" ];