From 3c61dc9cc35ed201877d81b1b7ad848f1ac9855e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 2 May 2024 14:30:08 +0300 Subject: 2024-05-02 --- modules/wireguard.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/wireguard.nix') diff --git a/modules/wireguard.nix b/modules/wireguard.nix index 6e5bdbc..f408731 100644 --- a/modules/wireguard.nix +++ b/modules/wireguard.nix @@ -9,7 +9,6 @@ with lib; let cfg = config.nixfiles.modules.wireguard; - inherit (config.lib.topology) mkConnection; in { options.nixfiles.modules.wireguard = { @@ -230,7 +229,7 @@ in }; nodes.${this.hostname}.interfaces.${interface}.physicalConnections = mapAttrsToList ( - name: _: (mkConnection name interface) + name: _: config.lib.topology.mkConnection name interface ) (filterAttrs (n: v: !v.isOther && n != this.hostname && hasAttr "wireguard" v) my.configurations); }; }) -- cgit v1.2.3