Force hydra to use IPv4 only
This commit is contained in:
parent
3f4106707e
commit
3fd212176f
@ -9,5 +9,7 @@
|
|||||||
buildMachinesFiles = [];
|
buildMachinesFiles = [];
|
||||||
# you will probably also want, otherwise *everything* will be built from scratch
|
# you will probably also want, otherwise *everything* will be built from scratch
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
|
|
||||||
|
listenHost = "0.0.0.0"; # Force IPv4
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user