From c4e96385a881909b628f99c6fd8efab4ccb89480 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 13:57:57 +0200 Subject: [PATCH] feat: enable hydra on nuOS --- hosts/nuos/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 72436e0..fd5c3f3 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -153,6 +153,12 @@ }; services = { + hydra = { + enable = true; + hydraURL = "http://localhost:9212"; + notificationSender = "hydra@localhost"; + useSubstitutes = true; + }; nix-serve = { enable = true; package = pkgs.nix-serve-ng; @@ -285,7 +291,7 @@ 22 # ssh 80 # http 443 # https - 3000 # hydra + 9212 # hydra 25565 # minecraft 24454 # minecraft (voice)