From 09b5328d1ca7ccb291e9717bc8d1689518f92af1 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 26 Jan 2025 14:16:47 +0100 Subject: deadnix --- modules/wg/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/wg') diff --git a/modules/wg/module.nix b/modules/wg/module.nix index 4f53ab7..1bb6f41 100644 --- a/modules/wg/module.nix +++ b/modules/wg/module.nix @@ -70,7 +70,7 @@ netdev-client = builtins.listToAttrs netdev-client-list; maskip = ( - net: hostattrs: + _net: hostattrs: if hostattrs.endpoint.enable then hostattrs.address else -- cgit v1.3.1