From 589b75bdc8038edce0486829ff556004881eee70 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Tue, 8 Aug 2023 00:43:26 +0200 Subject: [PATCH] sourcehut: disable IPv6 completely for tests Signed-off-by: Christoph Heiss --- nixos/tests/sourcehut.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/sourcehut.nix b/nixos/tests/sourcehut.nix index 0529abd73a85..0b258acc2af1 100644 --- a/nixos/tests/sourcehut.nix +++ b/nixos/tests/sourcehut.nix @@ -126,6 +126,7 @@ in virtualisation.diskSize = 4 * 1024; virtualisation.memorySize = 2 * 1024; networking.domain = domain; + networking.enableIPv6 = false; networking.extraHosts = '' ${config.networking.primaryIPAddress} builds.${domain} ${config.networking.primaryIPAddress} git.${domain}