matterbridge: fix config access
This commit is contained in:
parent
b9135bd585
commit
96b735946c
1 changed files with 2 additions and 0 deletions
|
@ -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"];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue