mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Allow 443 UDP, im retarded
This commit is contained in:
parent
fc1c5f412d
commit
1c7731a909
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
serverSystemConfiguration {
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 443 ];
|
||||
|
||||
services.prometheus = {
|
||||
exporters.nginx = enabled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue