nixos/pgadmin: disable upgrade check

This commit is contained in:
Marcel 2024-01-07 03:00:05 +01:00 committed by Marcel
parent d06090e6a0
commit 0be0d8a860
No known key found for this signature in database
GPG Key ID: 446F3B093DF81C6A

View File

@ -117,6 +117,7 @@ in
services.pgadmin.settings = { services.pgadmin.settings = {
DEFAULT_SERVER_PORT = cfg.port; DEFAULT_SERVER_PORT = cfg.port;
SERVER_MODE = true; SERVER_MODE = true;
UPGRADE_CHECK_ENABLED = false;
} // (optionalAttrs cfg.openFirewall { } // (optionalAttrs cfg.openFirewall {
DEFAULT_SERVER = mkDefault "::"; DEFAULT_SERVER = mkDefault "::";
}) // (optionalAttrs cfg.emailServer.enable { }) // (optionalAttrs cfg.emailServer.enable {