chore(nix): remove stale phased-rollout comments in network + gateway modules

This commit is contained in:
atlas 2026-07-04 20:44:50 +02:00
commit 460ed50a80
2 changed files with 2 additions and 4 deletions

View file

@ -949,7 +949,6 @@ in
# container. Listens on the bridge interface from
# `services.hyperhive.network`; authoritative for the hive
# domain + sub-domains, forwards everything else upstream.
# No-op when `network.enable = false`.
services.dnsmasq = lib.mkIf networkCfg.enable {
enable = true;
# Don't substitute the container's /etc/resolv.conf —

View file

@ -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 {