matterbridge: fix secrets path
This commit is contained in:
parent
5b53d14593
commit
d7f355886a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# A single instance of matterbridge
|
# A single instance of matterbridge
|
||||||
{ ... }: {
|
{ config, ... }: {
|
||||||
sops.secrets.matterbridge.owner = "matterbridge";
|
sops.secrets.matterbridge.owner = "matterbridge";
|
||||||
services.matterbridge.enable = true;
|
services.matterbridge.enable = true;
|
||||||
services.matterbridge.configPath = "/run/keys/matterbridge.toml";
|
services.matterbridge.configPath = config.sops.secrets.matterbridge.path;
|
||||||
# Allow to access /run/keys
|
# Allow to access /run/keys
|
||||||
users.users.matterbridge.extraGroups = [ "keys" ];
|
users.users.matterbridge.extraGroups = [ "keys" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue