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, ... }: { config, pkgs, lib, ... }:
let let
inherit (import ./hardware/networks.nix) interfaces; inherit (import ../hardware/networks.nix) interfaces;
bridgeName = interfaces.main'.bridgeName; bridgeName = interfaces.main'.bridgeName;
obfs4Port = 18371; obfs4Port = 18371;
in { in {