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]; }