fix: hydra listen on other pc's

This commit is contained in:
Noa Aarts 2024-10-21 14:10:03 +02:00
parent d1c8719e2e
commit 11c8bd379a
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -155,7 +155,7 @@
services = { services = {
hydra = { hydra = {
enable = true; enable = true;
hydraURL = "http://localhost:9212"; hydraURL = "http://0.0.0.0:9212";
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
useSubstitutes = true; useSubstitutes = true;
}; };