add ports for rgit
This commit is contained in:
parent
7865de7103
commit
8af386e521
5 changed files with 47 additions and 10 deletions
|
@ -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"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue