box/faf: point to 9002

This commit is contained in:
Aaron Bieber 2022-09-02 19:13:38 -06:00
parent 796b001889
commit b8e102ac8a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ in {
} }
{ {
job_name = "faf"; job_name = "faf";
static_configs = [{ targets = [ "10.6.0.245:9001" ]; }]; static_configs = [{ targets = [ "10.6.0.245:9002" ]; }];
} }
{ {
job_name = "namish"; job_name = "namish";

View File

@ -24,7 +24,7 @@ in {
networking.interfaces.enp1s0.useDHCP = true; networking.interfaces.enp1s0.useDHCP = true;
networking.interfaces.enp2s0.useDHCP = true; networking.interfaces.enp2s0.useDHCP = true;
networking.firewall.allowedTCPPorts = [ 22 53 9001 ]; networking.firewall.allowedTCPPorts = [ 22 53 9002 ];
networking.firewall.allowedUDPPorts = [ 53 ]; networking.firewall.allowedUDPPorts = [ 53 ];
users.users.root = userBase; users.users.root = userBase;