Temporarily disable services requiring secrets for server migration

Commented out nginx, go2rtc, cloudflare-ddns, fail2ban, and authelia
until secrets are migrated to the new server hardware.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-14 16:03:50 +01:00
parent f63d6d4195
commit 3c8d5678b0

View file

@ -20,16 +20,17 @@
./services/server-permissions.nix ./services/server-permissions.nix
./services/game-servers.nix ./services/game-servers.nix
./services/qbittorrent-nox.nix ./services/qbittorrent-nox.nix
./services/nginx.nix #./services/nginx.nix
./services/go2rtc.nix #./services/go2rtc.nix
./services/sonarr.nix ./services/sonarr.nix
./services/radarr.nix ./services/radarr.nix
./services/prowlarr.nix ./services/prowlarr.nix
./services/jellyfin.nix ./services/jellyfin.nix
./services/bazarr.nix ./services/bazarr.nix
./services/cloudflare-ddns.nix # TODO: Re-enable after migrating secrets to new server
./services/fail2ban.nix #./services/cloudflare-ddns.nix
./services/authelia.nix #./services/fail2ban.nix
#./services/authelia.nix
./services/homepage.nix ./services/homepage.nix
./services/arr-interconnect.nix ./services/arr-interconnect.nix
]; ];