chore(nix): remove stale phased-rollout comments in network + gateway modules
This commit is contained in:
parent
902d4dd461
commit
460ed50a80
2 changed files with 2 additions and 4 deletions
|
|
@ -8,9 +8,8 @@ let
|
|||
in
|
||||
{
|
||||
# Hive-internal network — host-side bridge + per-agent DNS resolver.
|
||||
# Containers stay on shared host netns at v1; this module stands the
|
||||
# bridge + resolver up so the endpoint is in place before network
|
||||
# isolation flips containers to private netns. Full design: docs/network.md.
|
||||
# Always active when hyperhive is enabled: agent containers run in
|
||||
# private netns behind the bridge. Full design: docs/network.md.
|
||||
|
||||
options.services.hyperhive.network = {
|
||||
enable = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Reference in a new issue