mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nixos/pgadmin: disable upgrade check
This commit is contained in:
parent
d06090e6a0
commit
0be0d8a860
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user