Enhanced Maubot

This commit is contained in:
2026-05-20 21:40:06 +02:00
parent d23d7dc79e
commit d320552330
+11 -2
View File
@@ -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 = {