matterbridge: fix config access

This commit is contained in:
zimbatm 2020-08-08 15:40:04 +02:00
parent b9135bd585
commit 96b735946c
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -1,4 +1,6 @@
{ ... }: {
services.matterbridge.enable = true;
services.matterbridge.configPath = "/run/keys/matterbridge.toml";
# Allow to access /run/keys
users.users.matterbridge.extraGroups = ["keys"];
}