sourcehut: disable IPv6 completely for tests

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-08-08 00:43:26 +02:00
parent 78cc2783c8
commit 589b75bdc8
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A

View File

@ -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}