fix tor-bridge nix file
This commit is contained in:
parent
d6586af313
commit
fc7349aa48
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user