hydra: set listen host

This commit is contained in:
Aleix Boné 2025-09-25 18:00:20 +02:00
parent 18bb0173be
commit 604b58fe5d
No known key found for this signature in database

View File

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