forked from Zynh0722/permafrost
forgejo: ssh port
This commit is contained in:
parent
25a09172d7
commit
e75a383b5e
1 changed files with 5 additions and 0 deletions
|
@ -20,5 +20,10 @@ in
|
|||
proxyPass = "http://localhost:3032";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
2221 # SSH port
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue