spice up matrix a lil
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
services.mjolnir = {
|
||||
enable = true;
|
||||
protectedRooms = [
|
||||
"https://matrix.to/#/#public:sealight.xyz"
|
||||
"https://matrix.to/#/#theFeed:sealight.xyz"
|
||||
"https://matrix.to/#/#control:sealight.xyz"
|
||||
];
|
||||
managementRoom = "#control:sealight.xyz";
|
||||
homeserverUrl = "https://sealight.xyz";
|
||||
|
||||
pantalaimon = {
|
||||
enable = true;
|
||||
username = "mod";
|
||||
passwordFile = "/run/agenix/sealight-mod-password"; # TODO
|
||||
options.homeserver = config.services.mjolnir.homeserverUrl;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user