Open ports for ghettoptt metrics
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m58s
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m58s
This commit is contained in:
parent
4a8a686c09
commit
d103af18d7
@ -53,6 +53,9 @@
|
|||||||
networking.nftables.enable = true;
|
networking.nftables.enable = true;
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
allowedTCPPorts = [
|
||||||
|
8989
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set time stuff
|
# Set time stuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user