Force hydra to use IPv4 only

This commit is contained in:
2025-09-29 10:00:14 +02:00
parent 943f78b4a0
commit 1688b25017

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