Unverified Commit 93f84815 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

nixos/temporal: tests: Disable DHCP

Fixes odd issue between network coming up and gRPC failing immediately
afterward
parent 3daff806
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
        {
          virtualisation.cores = 2;

          networking.useDHCP = false;
          networking.firewall.allowedTCPPorts = [ 7233 ];

          environment.systemPackages = [