Merge pull request #279274 from MarcelCoding/patch-1

nixos/pgadmin: disable upgrade check
This commit is contained in:
Lin Jian 2024-01-12 08:16:16 +08:00 committed by GitHub
commit 52bd30d5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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