h: use heisenbridge from unstable
This commit is contained in:
parent
ca8105d891
commit
48d809815a
@ -2,6 +2,7 @@
|
|||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
isUnstable,
|
isUnstable,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with pkgs; let
|
with pkgs; let
|
||||||
@ -269,6 +270,7 @@ in {
|
|||||||
services = {
|
services = {
|
||||||
heisenbridge = {
|
heisenbridge = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = inputs.unstable.legacyPackages.${pkgs.system}.heisenbridge;
|
||||||
homeserver = "http://${mtxCfg.address}:${toString mtxCfg.port}";
|
homeserver = "http://${mtxCfg.address}:${toString mtxCfg.port}";
|
||||||
owner = "@qbit:tapenet.org";
|
owner = "@qbit:tapenet.org";
|
||||||
namespaces = {
|
namespaces = {
|
||||||
|
Loading…
Reference in New Issue
Block a user