fix doc-comment pointers broken by the module-eval split

Both referenced the now-deleted nix/module-eval.nix. The nix side of
each pairing is spread across multiple files post-split, so drop the
cross-reference rather than chase it across files.
This commit is contained in:
müde 2026-09-20 04:30:44 +02:00
commit 78ebd7db3f
2 changed files with 3 additions and 4 deletions

View file

@ -8,8 +8,8 @@ use swarm_secret_client::{Error, SecretStore};
/// The cert-auth role the controller logs in under.
///
/// `nix/host-modules/swarm-bao.nix`'s `controllerPolicyName` creates the role,
/// names the policy after it, and `nix/module-eval.nix` pins the literal.
/// `nix/host-modules/swarm-bao.nix`'s `controllerPolicyName` creates the
/// role and names the policy after it.
///
/// ⚠️ Not the certificate's CN. The role *matches on* the CN
/// (`allowed_common_names`), so the two are deliberately different strings.