mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 {
|
serverSystemConfiguration {
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 443 ];
|
||||||
|
|
||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
exporters.nginx = enabled {
|
exporters.nginx = enabled {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue