@cryptotaxi247 / infra / commits / 5c02e811

only include hydra flake module in hydra

Jörg Thalheim committed Apr 29, 2025 at 19:48 UTC 5c02e811ddf3faeeaad05ba7a40d1b89f3bbfe6c
2 files changed +5 -1
build/flake-module.nix
-1
@@ -8,7 +8,6 @@ let
8 imports = [
9 inputs.agenix.nixosModules.age
10 inputs.disko.nixosModules.disko
11 - inputs.hydra.nixosModules.hydra
11 ];
12
13 nixpkgs.overlays = [
build/hydra.nix
+5
@@ -2,6 +2,7 @@
2 config,
3 lib,
4 pkgs,
5 + inputs,
6 ...
7 }:
8
@@ -10,6 +11,10 @@ let
11 in
12
13 {
14 + imports = [
15 + inputs.hydra.nixosModules.hydra
16 + ];
17 +
18 networking.firewall.allowedTCPPorts = [
19 9198 # queue-runnner metrics
20 9199 # hydra-notify metrics