X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fnassime%2Fproduction.nix;h=f9468f92e872ad044f9056dc681541e83635f2a7;hb=5400b9b6f65451d41a9106fae6fc00f97d83f4ef;hp=f2a414232d68ffdf97ead9ebab7b8dadbdc33529;hpb=29f8cb850d74b456d6481a456311bbf5361d328c;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/nassime/production.nix b/modules/private/websites/nassime/production.nix index f2a4142..f9468f9 100644 --- a/modules/private/websites/nassime/production.nix +++ b/modules/private/websites/nassime/production.nix @@ -1,8 +1,8 @@ -{ lib, pkgs, config, myconfig, ... }: +{ lib, pkgs, config, ... }: let cfg = config.myServices.websites.nassime.production; varDir = "/var/lib/ftp/nassime"; - env = myconfig.env.websites.nassime; + env = config.myEnv.websites.nassime; in { options.myServices.websites.nassime.production.enable = lib.mkEnableOption "enable Nassime's website";