From 52dbdc237abae93fc93ad9ca8b3d349c36989ad0 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 5 May 2022 22:34:17 +0200 Subject: [PATCH] pkgs/ap: remove dead code --- nix/pkgs/ap.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nix/pkgs/ap.nix b/nix/pkgs/ap.nix index 1144153..11a49a5 100644 --- a/nix/pkgs/ap.nix +++ b/nix/pkgs/ap.nix @@ -8,15 +8,6 @@ let while uci -q delete ${key}[-1]; do :; done ''; - # hostBridgedNets = - # self.lib.unique ( - # builtins.concatMap ({ ssids, ... }: - # map ({ net, ... }: - # net - # ) (builtins.attrValues ssids) - # ) (builtins.attrValues hostConfig.wifi) - # ); - openwrtModel = self.lib.getOpenwrtModel hostConfig.model; hasSwitch =