From ab8f306d7c2c49b8116e1af7b355ed2384617ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 12 Dec 2019 00:24:23 +0100 Subject: Add specification for the private config file as a module. --- modules/private/websites/nassime/production.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/private/websites/nassime') 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"; -- cgit v1.2.3