Working crowdsec AND prometheus config
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
6d7d5578c4
commit
0638a5d2e6
3 changed files with 48 additions and 26 deletions
|
@ -14,7 +14,7 @@
|
|||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [22 9002];
|
||||
allowedTCPPorts = [22 6060 9002];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [22 9002];
|
||||
allowedTCPPorts = [22 6060 9002];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue