dashboard: fix stale nix/modules path in extra_forges.rs doc comment
nix/modules/ was restructured into nix/host-modules/ + nix/agent-modules/ before the extra-forges branch merged; this doc-only fix from PR #2422 (e53f70ac) landed after the merge went through and got dropped. Reapplying directly against main.
This commit is contained in:
parent
2c079afd65
commit
5869f34390
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Dashboard-driven external (non-internal) Forgejo/Gitea/Codeberg-compatible
|
||||
//! forge accounts, per agent. Entirely dashboard-provisioned — there is no
|
||||
//! host-side nix config for these (see `nix/modules/hive-forge.nix`'s
|
||||
//! host-side nix config for these (see `nix/host-modules/hive-forge/`'s
|
||||
//! removed `extraForges` option). The operator manually creates a token on
|
||||
//! the external forge themselves (however that forge lets them: PAT UI, a
|
||||
//! teammate with admin, whatever) and pastes a label + base URL + token into
|
||||
|
|
|
|||
Loading…
Reference in a new issue