Add this to https://community.flake.parts/services-flake/postgresql#guide ``` # In process-compose.<projectName> { services.postgres.”pg1” = { extensions = (extensions: with extensions; [ timescaledb ]); }; } ``` _Originally posted by @shivaraj-bh in https://github.com/juspay/services-flake/discussions/491#discussioncomment-12590616_