mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Merge pull request #30077 from WilliButz/fix-pgjwt-test
nixos/tests: clean up pgjwt test
This commit is contained in:
commit
8021c8f220
@ -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 New Issue
Block a user