Enhanced Maubot
This commit is contained in:
@@ -1,9 +1,18 @@
|
|||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
maubot
|
||||||
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
maubot = {
|
maubot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ config.services.maubot.package.plugins.weather ];
|
plugins = with config.services.maubot.package.plugins; [
|
||||||
|
weather
|
||||||
|
rss
|
||||||
|
reminder
|
||||||
|
urban
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
database = "postgresql:///maubot?host=/run/postgresql";
|
database = "postgresql:///maubot?host=/run/postgresql";
|
||||||
homeservers = {
|
homeservers = {
|
||||||
|
|||||||
Reference in New Issue
Block a user