about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorChristoph Heiss <christoph@c8h4.io>2023-08-08 00:43:26 +0200
committerChristoph Heiss <christoph@c8h4.io>2023-11-11 13:01:47 +0100
commit589b75bdc8038edce0486829ff556004881eee70 (patch)
tree8702f01acb2b875a7b8376bbd863e60696d2f04c /nixos/tests
parent78cc2783c8e8322e80cd0ee68409cd537e7202a6 (diff)
sourcehut: disable IPv6 completely for tests
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/sourcehut.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/sourcehut.nix b/nixos/tests/sourcehut.nix
index 0529abd73a858..0b258acc2af1d 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}