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