mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #279274 from MarcelCoding/patch-1
nixos/pgadmin: disable upgrade check
This commit is contained in:
commit
52bd30d5c5
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue