add rum support

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-06 19:35:24 +01:00
parent 9828be00cd
commit 0aa2931d46
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -205,4 +205,6 @@ in {
}
'';
};
services.postgresql.extraPlugins = with pkgs.postgresql_13.pkgs; [rum];
}