X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fflorian%2Fproduction.nix;h=44a262ec83dfdcac53b83f5c035a68dc6c2ee817;hb=29f8cb850d74b456d6481a456311bbf5361d328c;hp=9b310b8b6b6971790e5781a050ed004c4cf5d94d;hpb=2e48907d64491a06454b342a1a56d03a0835753d;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/florian/production.nix b/modules/private/websites/florian/production.nix index 9b310b8..44a262e 100644 --- a/modules/private/websites/florian/production.nix +++ b/modules/private/websites/florian/production.nix @@ -10,8 +10,8 @@ in { config = lib.mkIf cfg.enable { security.acme.certs."ftp".extraDomains."tellesflorian.com" = null; - services.websites.production.modules = adminer.apache.modules; - services.websites.production.vhostConfs.florian = { + services.websites.env.production.modules = adminer.apache.modules; + services.websites.env.production.vhostConfs.florian = { certName = "florian"; certMainHost = "tellesflorian.com"; hosts = [ "tellesflorian.com" "www.tellesflorian.com" ];