nixos/radicle: add a settings example
This commit is contained in:
parent
5f335cfb8f
commit
d8401bc577
@ -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…
Reference in New Issue
Block a user