feat(nixos/forgejo): open firewall if enabled

This commit is contained in:
Mohammad Rafiq 2025-06-20 08:26:01 +08:00
parent 70a787f89c
commit bfa119df31
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,7 @@
librechat.domain = "chat.bwfiq.com";
forgejo.enable = true;
forgejo.domain = "git.rrv.sh";
forgejo.openFirewall = true;
glance.enable = true;
glance.domain = "glance.bwfiq.com";
};