Forgot keep firewall config

main
Carsten Kragelund 2023-05-10 05:26:36 +02:00
parent b8a35853e4
commit 3fb452b00e
Signed by: nyx
GPG Key ID: CADDADEEC9F753C0
2 changed files with 2 additions and 0 deletions

@ -50,4 +50,5 @@
owner = config.systemd.services.gitea.serviceConfig.User;
};
};
networking.firewall.allowedTCPPorts = [ 3000 ];
}

@ -3,4 +3,5 @@
enable = true;
permitRootLogin = "yes";
};
networking.firewall.allowedTCPPorts = [ 22 ];
}