mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
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
1 changed files with 2 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue