mattermost: enable mutableConfig and IRC bridge

pull/16/head
Sebastien Bourdeauducq 2019-04-02 00:50:26 +08:00
parent 556be7d198
commit e06e5af52d
1 changed files with 6 additions and 0 deletions

View File

@ -125,6 +125,12 @@ ACTION=="add", SUBSYSTEM=="tty", \
services.mattermost = {
enable = true;
siteUrl = "https://chat.m-labs.hk/";
mutableConfig = true;
};
services.matterbridge = {
enable = true;
configPath = "/etc/nixos/secret/matterbridge.toml";
};
security.acme.certs = {