From b444906e42421d5772a093e385cfa1525f5074b0 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Jan 2021 18:00:40 +0100 Subject: [PATCH] pruflas: open hydra port to tunnel --- hosts/pruflas/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pruflas/default.nix b/hosts/pruflas/default.nix index 1e713a2..69f947c 100644 --- a/hosts/pruflas/default.nix +++ b/hosts/pruflas/default.nix @@ -14,6 +14,8 @@ in notificationSender = "hydra@localhost"; buildMachinesFiles = [ ]; useSubstitutes = true; + listenHost = "fcde:ad::1"; + port = 3000; }; nix.buildMachines = [ @@ -58,6 +60,7 @@ in 22 # SSH 80 443 # HTTPS + 3000 # Hydra ]; allowedUDPPorts = [ 51234 # Wireguard