nixos/temporal: tests: Disable DHCP

Fixes odd issue between network coming up and gRPC failing immediately
afterward
This commit is contained in:
Jonathan Davies
2025-12-21 16:38:42 +00:00
parent 3daff80602
commit 93f8481521

View File

@@ -11,6 +11,7 @@
{
virtualisation.cores = 2;
networking.useDHCP = false;
networking.firewall.allowedTCPPorts = [ 7233 ];
environment.systemPackages = [