From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tem.loang.net (localhost [IPv6:::1]) by brno.localdomain (Postfix) with ESMTP id E28F023255E for ; Thu, 18 Apr 2024 01:05:20 +0000 (UTC) Received: by tem.loang.net (envelope-sender ) with ESMTPS id 683d4450; Thu, 18 Apr 2024 01:05:22 +0000 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= To: test@loa.loang.net Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Subject: [PATCH nixos-conf] Lay chicken eggs Date: Thu, 18 Apr 2024 10:04:56 +0900 Message-ID: <20240418010455.1748303-2-cnx@loang.net> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- mail.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mail.nix b/mail.nix index ae145566f2fb..248a88dce658 100644 --- a/mail.nix +++ b/mail.nix @@ -205,11 +205,14 @@ in { url = "https://${publicHost}/${name}"; newsgroup = "inbox.${name}"; }) { - test.description = "test list"; chung = { description = "News, requests and patches for loang.net"; coderepo = [ "nixos-conf" "phylactery" "site" ]; }; + test = { + description = "Test list"; + coderepo = [ "nixos-conf" ]; + }; }; mda.enable = true; postfix.enable = true; -- 2.44.0