mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/temporal: tests: Disable DHCP
Fixes odd issue between network coming up and gRPC failing immediately afterward
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
{
|
||||
virtualisation.cores = 2;
|
||||
|
||||
networking.useDHCP = false;
|
||||
networking.firewall.allowedTCPPorts = [ 7233 ];
|
||||
|
||||
environment.systemPackages = [
|
||||
|
||||
Reference in New Issue
Block a user