forked from mirrors/nixpkgs
nixos/tests: clean up pgjwt test
- removed unneeded initscript - use default postgres version for the test
This commit is contained in:
parent
2b70f5e251
commit
3539e16cfa
|
@ -17,13 +17,8 @@ with pkgs; {
|
|||
master = { pkgs, config, ... }:
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = postgresql96;
|
||||
extraPlugins = [ pgjwt pgtap ];
|
||||
initialScript = writeText "postgresql-init.sql"
|
||||
''
|
||||
CREATE ROLE postgres WITH superuser login createdb;
|
||||
'';
|
||||
enable = true;
|
||||
extraPlugins = [ pgjwt pgtap ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue