From e8ee460604017c4a4c81aa7a4a6d719f85d5497f Mon Sep 17 00:00:00 2001 From: xunuwu Date: Sat, 18 Jan 2025 12:28:58 +0100 Subject: [PATCH] oisd big on adguard --- sys/machines/hopper/lab/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/machines/hopper/lab/default.nix b/sys/machines/hopper/lab/default.nix index f657bbc..5f8a9e1 100644 --- a/sys/machines/hopper/lab/default.nix +++ b/sys/machines/hopper/lab/default.nix @@ -414,6 +414,13 @@ in { } ]; }; + filters = [ + { + name = "OISD (Big)"; + url = "https://big.oisd.nl"; + enabled = true; + } + ]; }; };