Skip to content

Commit

Permalink
nixos/radicle: add a settings example
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1m committed Jul 25, 2024
1 parent 5f335cf commit d8401bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nixos/modules/services/misc/radicle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit d8401bc

Please sign in to comment.