From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Reza Alizadeh Majd" Subject: Modify Channels for all users Date: Wed, 22 May 2019 13:25:06 +0430 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTN1m-00016l-5w for help-guix@gnu.org; Wed, 22 May 2019 04:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTN1j-0007cM-N6 for help-guix@gnu.org; Wed, 22 May 2019 04:55:12 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:37263) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hTN1i-0007Zj-K9 for help-guix@gnu.org; Wed, 22 May 2019 04:55:11 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 982B8484 for ; Wed, 22 May 2019 04:55:07 -0400 (EDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Guix, I want to add a custom channel for all users, one way would be using the skeleton files to add `channel.scm` to each user's home directory. Just wanted to know if there is any other solution to do this or not? Thanks Reza