added ssh to forgejo
This commit is contained in:
parent
71f9f585de
commit
8135490639
2 changed files with 25 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 443 4430 4431 8443 ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
443
|
||||
2222
|
||||
4430
|
||||
4431
|
||||
8443
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue