h: use heisenbridge from unstable

This commit is contained in:
Aaron Bieber 2023-08-28 06:19:33 -06:00
parent ca8105d891
commit 48d809815a
No known key found for this signature in database

View File

@ -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 = {