format && add node monitoring
Some checks failed
/ check (push) Failing after 7s

This commit is contained in:
Lzebulon 2025-11-03 23:25:59 +01:00
parent 945897643d
commit 5939aa8996
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D
7 changed files with 20 additions and 10 deletions

View file

@ -11,5 +11,5 @@
enable = true;
};
networking.firewall.allowedTCPPorts = [80 443];
networking.firewall.allowedTCPPorts = [ 80 443 ];
}