From f8402f1c702086fc5db5adf9fbc98d6a211f2cf8 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Jan 2021 19:21:53 +0100 Subject: [PATCH] Fixup --- hosts/pruflas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pruflas/default.nix b/hosts/pruflas/default.nix index 5fd01d4..28c8d2c 100644 --- a/hosts/pruflas/default.nix +++ b/hosts/pruflas/default.nix @@ -14,7 +14,7 @@ in notificationSender = "hydra@localhost"; buildMachinesFiles = [ ]; useSubstitutes = true; - listenHost = "*"; + listenHost = "10.3.3.3"; port = 3000; };