nixos/matterbridge: fix package access
was broken by 4371ecb8a6
due to the
switch to buildGoModule
This commit is contained in:
parent
f8df74be4b
commit
93204f1d8a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ in
|
|||
serviceConfig = {
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
ExecStart = "${pkgs.matterbridge.bin}/bin/matterbridge -conf ${matterbridgeConfToml}";
|
||||
ExecStart = "${pkgs.matterbridge}/bin/matterbridge -conf ${matterbridgeConfToml}";
|
||||
Restart = "always";
|
||||
RestartSec = "10";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue