From c880c83da188c9a719734fd7e4924da33b01fbac Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 2 Sep 2022 19:13:38 -0600 Subject: [PATCH] box/faf: point to 9002 --- hosts/box/default.nix | 2 +- hosts/faf/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index ee09dcf..64385dc 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -328,7 +328,7 @@ in { } { job_name = "faf"; - static_configs = [{ targets = [ "10.6.0.245:9001" ]; }]; + static_configs = [{ targets = [ "10.6.0.245:9002" ]; }]; } { job_name = "namish"; diff --git a/hosts/faf/default.nix b/hosts/faf/default.nix index 8025082..36ca044 100644 --- a/hosts/faf/default.nix +++ b/hosts/faf/default.nix @@ -24,7 +24,7 @@ in { networking.interfaces.enp1s0.useDHCP = true; networking.interfaces.enp2s0.useDHCP = true; - networking.firewall.allowedTCPPorts = [ 22 53 9001 ]; + networking.firewall.allowedTCPPorts = [ 22 53 9002 ]; networking.firewall.allowedUDPPorts = [ 53 ]; users.users.root = userBase;