From 0096acaf816c19e61e855867ebafe5cc1309d732 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 29 Nov 2025 14:11:50 +0100 Subject: [PATCH] radicle: add pinned repositories --- machines/crocus/radicle.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/machines/crocus/radicle.nix b/machines/crocus/radicle.nix index 4e80736..ea2f2db 100644 --- a/machines/crocus/radicle.nix +++ b/machines/crocus/radicle.nix @@ -21,8 +21,13 @@ }; settings = { # FIXME: activation fails with rad saying the config is invalid - # web.avatarUrl = "https://rpqt.fr/favicon.svg"; - # web.description = "rpqt's radicle node"; + web.avatarUrl = "https://rpqt.fr/favicon.svg"; + web.description = "rpqt's radicle node"; + web.pinned.repositories = [ + "rad:z2DH9K384tPCrM5HJcpiKEoZZdftY" # lila + "rad:z29gVX1f6HC1XGx755RL1m1hhMp6x" # corner + "rad:z36HRN3Soay4wMXBSiR4aW7Hg9rT7" # flocon + ]; }; };