mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/nixos/think-backend-gtcm.nix
This commit is contained in:
2025-11-26 14:51:14 +07:00
parent 8bc157f4c0
commit beb24e867e
2 changed files with 10 additions and 0 deletions

View File

@@ -239,6 +239,11 @@ in
"d ${cfg.dataDir}/storage/uploads 0700 ${cfg.user} ${cfg.group} - -"
];
networking.firewall.allowedTCPPorts = [
80
443
];
services.nginx = {
enable = true;
recommendedTlsSettings = true;