add ports for rgit

This commit is contained in:
mtgmonkey 2025-06-16 20:13:51 +00:00
parent 7865de7103
commit 8af386e521
5 changed files with 47 additions and 10 deletions

View file

@ -12,7 +12,8 @@
networking.domain = "";
networking.firewall = {
enable = true;
allowedTCPPorts = [80 443];
allowedTCPPorts = [80 443 9418];
allowedUDPPorts = [80 443 9418];
};
boot.loader.grub.devices = ["nodev"];