From 93f8481521b7a36df95fc076262961b9838ff3a0 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sun, 21 Dec 2025 16:38:42 +0000 Subject: [PATCH] nixos/temporal: tests: Disable DHCP Fixes odd issue between network coming up and gRPC failing immediately afterward --- nixos/tests/temporal.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/temporal.nix b/nixos/tests/temporal.nix index 13d9d36b415e..9373e5ad3e7e 100644 --- a/nixos/tests/temporal.nix +++ b/nixos/tests/temporal.nix @@ -11,6 +11,7 @@ { virtualisation.cores = 2; + networking.useDHCP = false; networking.firewall.allowedTCPPorts = [ 7233 ]; environment.systemPackages = [