From b6cb60302e74f569e078130bbdbb1a0223dd7be2 Mon Sep 17 00:00:00 2001 From: inexcode Date: Fri, 15 Jul 2022 18:39:47 +0300 Subject: [PATCH] Remove extensions --- social/pleroma.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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;