Loading nixos/modules/services/misc/radicle.nix +8 −0 Original line number Diff line number Diff line Loading @@ -180,6 +180,14 @@ in See https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/tree/radicle/src/node/config.rs#L275 ''; default = { }; example = literalExpression '' { web.pinned.repositories = [ "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" # heartwood "rad:z3trNYnLWS11cJWC6BbxDs5niGo82" # rips ]; } ''; type = types.submodule { freeformType = json.type; }; Loading Loading
nixos/modules/services/misc/radicle.nix +8 −0 Original line number Diff line number Diff line Loading @@ -180,6 +180,14 @@ in See https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/tree/radicle/src/node/config.rs#L275 ''; default = { }; example = literalExpression '' { web.pinned.repositories = [ "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" # heartwood "rad:z3trNYnLWS11cJWC6BbxDs5niGo82" # rips ]; } ''; type = types.submodule { freeformType = json.type; }; Loading