diff --git a/modules/features/mtls.nix b/modules/features/mtls.nix index 29023f5..01cefaf 100644 --- a/modules/features/mtls.nix +++ b/modules/features/mtls.nix @@ -270,7 +270,7 @@ in inherit (cfg) subject provisioner san lifetime; inherit pkgs tlsCert tlsKey mtlsBundle; }) - (mkMtlsCheckScript { inherit pkgs; inherit (cfg) mtlsBundle; }) + (mkMtlsCheckScript { inherit pkgs mtlsBundle; }) (mkMtlsRenewScript { inherit pkgs tlsCert tlsKey mtlsBundle; }) ]; @@ -309,7 +309,7 @@ in inherit (cfg) subject provisioner san lifetime; inherit pkgs tlsCert tlsKey mtlsBundle; }) - (mkMtlsCheckScript { inherit pkgs; inherit (cfg) mtlsBundle; }) + (mkMtlsCheckScript { inherit pkgs mtlsBundle; }) (mkMtlsRenewScript { inherit pkgs tlsCert tlsKey mtlsBundle; }) ];