X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fproduction.nix;h=3d267f2494595774004608769ddd7f60d028c926;hp=0562de8d2f825f3fc6ea670aa4c4e444111d143f;hb=ab8f306d7c2c49b8116e1af7b355ed2384617ed9;hpb=4227853a03923e04daf3dd511a4b5a1ab5d527e7 diff --git a/modules/private/websites/chloe/production.nix b/modules/private/websites/chloe/production.nix index 0562de8..3d267f2 100644 --- a/modules/private/websites/chloe/production.nix +++ b/modules/private/websites/chloe/production.nix @@ -1,8 +1,8 @@ -{ lib, pkgs, config, myconfig, ... }: +{ lib, pkgs, config, ... }: let chloe = pkgs.callPackage ./builder.nix { inherit (pkgs.webapps) chloe; - config = myconfig.env.websites.chloe.production; + config = config.myEnv.websites.chloe.production; apacheUser = config.services.httpd.Prod.user; apacheGroup = config.services.httpd.Prod.group; };