Merge pull request #30077 from WilliButz/fix-pgjwt-test
nixos/tests: clean up pgjwt test
This commit is contained in:
commit
8021c8f220
1 changed files with 2 additions and 7 deletions
|
@ -18,12 +18,7 @@ with pkgs; {
|
|||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = postgresql96;
|
||||
extraPlugins = [ pgjwt pgtap ];
|
||||
initialScript = writeText "postgresql-init.sql"
|
||||
''
|
||||
CREATE ROLE postgres WITH superuser login createdb;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue