lol

sourcehut: disable IPv6 completely for tests

Signed-off-by: Christoph Heiss <christoph@c8h4.io>

+1
+1
nixos/tests/sourcehut.nix
··· 126 126 virtualisation.diskSize = 4 * 1024; 127 127 virtualisation.memorySize = 2 * 1024; 128 128 networking.domain = domain; 129 + networking.enableIPv6 = false; 129 130 networking.extraHosts = '' 130 131 ${config.networking.primaryIPAddress} builds.${domain} 131 132 ${config.networking.primaryIPAddress} git.${domain}