From 285bcc01e2924faf963a1e587c2e0e5eb68b1a88 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 1 Oct 2025 19:36:53 +0200 Subject: [PATCH] disable radicle node web description (bug) --- machines/crocus/radicle.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machines/crocus/radicle.nix b/machines/crocus/radicle.nix index d7692c4..4e80736 100644 --- a/machines/crocus/radicle.nix +++ b/machines/crocus/radicle.nix @@ -20,8 +20,9 @@ }; }; settings = { - web.avatarUrl = "https://rpqt.fr/favicon.svg"; - description = "rpqt's radicle node"; + # FIXME: activation fails with rad saying the config is invalid + # web.avatarUrl = "https://rpqt.fr/favicon.svg"; + # web.description = "rpqt's radicle node"; }; };