Force hydra to use IPv4 only

This commit is contained in:
Aleix Boné 2025-09-29 10:00:14 +02:00
parent 3f4106707e
commit 3fd212176f
No known key found for this signature in database

View File

@ -9,5 +9,7 @@
buildMachinesFiles = [];
# you will probably also want, otherwise *everything* will be built from scratch
useSubstitutes = true;
listenHost = "0.0.0.0"; # Force IPv4
};
}