foregjo
This commit is contained in:
parent
3c27530b04
commit
4a55d0821b
2 changed files with 11 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
];
|
||||
ports = [
|
||||
"3000:3000",
|
||||
"222:22"
|
||||
"2200:22"
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
networking.firewall.allowedTCPPorts = [80 22 443 8009 222];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
22
|
||||
443
|
||||
8009
|
||||
222 #ubuntu vm
|
||||
|
||||
3000 #forgejo
|
||||
2200 #forgejo
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue