From d3205523303c497cc7c9db7e5e443858bce97c48 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Wed, 20 May 2026 21:40:06 +0200 Subject: [PATCH] Enhanced Maubot --- nixos/roles/matrix/maubot.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/nixos/roles/matrix/maubot.nix b/nixos/roles/matrix/maubot.nix index d1066ef..14f598b 100644 --- a/nixos/roles/matrix/maubot.nix +++ b/nixos/roles/matrix/maubot.nix @@ -1,9 +1,18 @@ -{ config, ... }: +{ config, pkgs, ... }: { + environment.systemPackages = with pkgs; [ + maubot + ]; + services = { maubot = { enable = true; - plugins = [ config.services.maubot.package.plugins.weather ]; + plugins = with config.services.maubot.package.plugins; [ + weather + rss + reminder + urban + ]; settings = { database = "postgresql:///maubot?host=/run/postgresql"; homeservers = {