feat(security): expose internal services and DoH to public

- Remove `internalOnly = true` flag from Vaultwarden, Forgejo, and AdGuard Home to make them publicly accessible again.

- This also re-exposes the DNS-over-HTTPS (DoH) endpoint on the AdGuard Home domain.
This commit is contained in:
ashisgreat22 2026-03-19 22:48:14 +01:00
parent 5d177a0d5c
commit adb8ddb611
3 changed files with 1 additions and 4 deletions

View file

@ -97,7 +97,6 @@ in
# Nginx Reverse Proxy
myModules.nginx.domains."${cfg.domain}" = {
port = cfg.port;
internalOnly = true;
extraConfig = ''
client_max_body_size 512M;
'';