Remove extensions

pull/19/head
Inex Code 2022-07-15 18:39:47 +03:00
parent 819df84cd3
commit b6cb60302e
1 changed files with 7 additions and 7 deletions

View File

@ -32,13 +32,13 @@ in
]; ];
}; };
}; };
environment.etc."setup.psql".text = '' # environment.etc."setup.psql".text = ''
\c pleroma; # \c pleroma;
--Extensions made by ecto.migrate that need superuser access # --Extensions made by ecto.migrate that need superuser access
CREATE EXTENSION IF NOT EXISTS citext; # CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION IF NOT EXISTS pg_trgm; # CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; # CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
''; # '';
users.users.pleroma = { users.users.pleroma = {
extraGroups = [ "postgres" ]; extraGroups = [ "postgres" ];
isNormalUser = false; isNormalUser = false;