fix tor-bridge nix file

This commit is contained in:
Dmitriy Kholkin 2023-06-27 23:08:49 +03:00
parent d6586af313
commit fc7349aa48

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
let
inherit (import ./hardware/networks.nix) interfaces;
inherit (import ../hardware/networks.nix) interfaces;
bridgeName = interfaces.main'.bridgeName;
obfs4Port = 18371;
in {