From f5681326f3c01e52cbf6cbc625224c1a95f8fe17 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 21 Mar 2023 22:57:19 -0400 Subject: add config for turret (openwrt router) --- util/host.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/host.nix') diff --git a/util/host.nix b/util/host.nix index 750dffa..bfaa66e 100644 --- a/util/host.nix +++ b/util/host.nix @@ -36,7 +36,7 @@ }; mapHosts = hosts: - mapFilterDirs ../hosts (_: v: v == "directory") (name: _: + mapFilterDirs ../hosts (n: v: v == "directory" && n != "turret") (name: _: mkHost { inherit name; inherit (hosts.${name}) modules system stateVersion pkgs; -- cgit v1.2.3