From 5b4b6bfa38a1b098c9e157758a3a9cd2354211d2 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 14:11:55 +0200 Subject: [PATCH] fix: hydra port --- hosts/nuos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 69f0c42..510b2c8 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -156,6 +156,7 @@ hydra = { enable = true; hydraURL = "http://0.0.0.0:9212"; + port = 9212; notificationSender = "hydra@localhost"; useSubstitutes = true; };