box/faf: point to 9002
This commit is contained in:
parent
796b001889
commit
b8e102ac8a
@ -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";
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user