Pgadmin
services.pgadmin.emailServer.address
SMTP server for email delivery
Type: string
Default
"localhost"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.emailServer.enable
Enable SMTP email server. This is necessary, if you want to use password recovery or change your own password
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.emailServer.passwordFile
Password for SMTP email account. NOTE: Should be string not a store path, to prevent the password from being world readable
Type: path
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.emailServer.port
SMTP server port for email delivery
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
25
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.emailServer.sender
SMTP server sender email for email delivery. Some servers require this to be a valid email address from that server
Type: string
Example
"noreply@example.com"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.emailServer.useSSL
SMTP server should use SSL
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.emailServer.useTLS
SMTP server should use TLS
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.emailServer.username
SMTP server username for email delivery
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.enable
Whether to enable PostgreSQL Admin 4.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.initialEmail
Initial email for the pgAdmin account
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.initialPasswordFile
Initial password file for the pgAdmin account. Minimum length by default is 6.
Please see services.pgadmin.minimumPasswordLength
.
NOTE: Should be string not a store path, to prevent the password from being world readable
Type: path
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.minimumPasswordLength
Minimum length of the password
Type: signed integer
Default
6
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.openFirewall
Whether to enable firewall passthrough for pgadmin4.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.package
The pgadmin4 package to use.
Type: package
Default
pkgs.pgadmin4
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.port
Port for pgadmin4 to run on
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
5050
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix
services.pgadmin.settings
Settings for pgadmin4. Documentation
Type: attribute set of ((attribute set of ((list of (signed integer or boolean or string)) or attribute set of (signed integer or boolean or string) or signed integer or boolean or string)) or list of ((list of (signed integer or boolean or string)) or attribute set of (signed integer or boolean or string) or signed integer or boolean or string) or (list of (signed integer or boolean or string)) or attribute set of (signed integer or boolean or string) or signed integer or boolean or string)
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/admin/pgadmin.nix