From 0aa2931d46ebea25b9f90aaf2ab99e742eb9d030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 6 Nov 2022 19:35:24 +0100 Subject: [PATCH] add rum support --- config/services/akkoma/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/services/akkoma/default.nix b/config/services/akkoma/default.nix index e297e149..df3ef6ea 100644 --- a/config/services/akkoma/default.nix +++ b/config/services/akkoma/default.nix @@ -205,4 +205,6 @@ in { } ''; }; + + services.postgresql.extraPlugins = with pkgs.postgresql_13.pkgs; [rum]; }