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 = {