allow forgejo ssh port
This commit is contained in:
parent
6a14266676
commit
df67864b76
|
@ -5,6 +5,9 @@ in {
|
|||
options.void.server.services.forgejo = { enable = mkEnableOption false; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
database.type = "postgres";
|
||||
|
|
Loading…
Reference in a new issue