forked from M-Labs/nix-scripts
mattermost: enable mutableConfig and IRC bridge
This commit is contained in:
parent
556be7d198
commit
e06e5af52d
|
@ -125,6 +125,12 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
||||||
services.mattermost = {
|
services.mattermost = {
|
||||||
enable = true;
|
enable = true;
|
||||||
siteUrl = "https://chat.m-labs.hk/";
|
siteUrl = "https://chat.m-labs.hk/";
|
||||||
|
mutableConfig = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
services.matterbridge = {
|
||||||
|
enable = true;
|
||||||
|
configPath = "/etc/nixos/secret/matterbridge.toml";
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.certs = {
|
security.acme.certs = {
|
||||||
|
|
Loading…
Reference in New Issue