chore: scrub issue/PR cookies from gateway + network nix modules and gateway_nginx.rs
This commit is contained in:
parent
4093f4fdb4
commit
d45b2f0293
3 changed files with 30 additions and 35 deletions
|
|
@ -7,12 +7,10 @@ let
|
|||
cfg = config.services.hyperhive.network;
|
||||
in
|
||||
{
|
||||
# Hive-internal network — host-side bridge + per-agent DNS resolver
|
||||
# (#805, prereq for #14 netns isolation). Containers stay on shared
|
||||
# host netns at v1 — this module just stands the bridge + resolver
|
||||
# up so the endpoint is in place before #14 flips containers to
|
||||
# private netns (mara on #805: "we need it before #14 so nothing
|
||||
# breaks when we switch over"). Full design: docs/network.md.
|
||||
# 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.
|
||||
|
||||
options.services.hyperhive.network = {
|
||||
enable = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Reference in a new issue