diff --git a/social/pleroma.nix b/social/pleroma.nix index 08b99d0..2d0327e 100644 --- a/social/pleroma.nix +++ b/social/pleroma.nix @@ -32,13 +32,13 @@ in ]; }; }; - environment.etc."setup.psql".text = '' - \c pleroma; - --Extensions made by ecto.migrate that need superuser access - CREATE EXTENSION IF NOT EXISTS citext; - CREATE EXTENSION IF NOT EXISTS pg_trgm; - CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; - ''; + # environment.etc."setup.psql".text = '' + # \c pleroma; + # --Extensions made by ecto.migrate that need superuser access + # CREATE EXTENSION IF NOT EXISTS citext; + # CREATE EXTENSION IF NOT EXISTS pg_trgm; + # CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; + # ''; users.users.pleroma = { extraGroups = [ "postgres" ]; isNormalUser = false;