From 5f1e4f4e4fe8051bbeaa0f8a28296730a7e45c6f Mon Sep 17 00:00:00 2001 From: Demetrius Semanko Date: Sat, 02 May 2026 02:48:56 +0000 Subject: [PATCH] Disable Degoog, SearXNG containers --- configuration.nix | 26 +++++++++++++------------- 1 file(s) changed, 13 insertion(s)(+), 13 deletion(s)(-) diff --git a/configuration.nix b/configuration.nix --- a/configuration.nix +++ b/configuration.nix @@ -20,19 +20,19 @@ virtualisation = { docker = { enable = true; }; - oci-containers = { - backend = "docker"; - containers = { - degoog = { - image = "ghcr.io/fccview/degoog:latest"; - ports = [ "4444:4444" ]; - }; - searxng = { - image = "ghcr.io/searxng/searxng:latest"; - ports = [ "8888:8080" ]; - }; - }; - }; + # oci-containers = { + # backend = "docker"; + # containers = { + # degoog = { + # image = "ghcr.io/fccview/degoog:latest"; + # ports = [ "4444:4444" ]; + # }; + # searxng = { + # image = "ghcr.io/searxng/searxng:latest"; + # ports = [ "8888:8080" ]; + # }; + # }; + # }; }; # Bootloader. -- tangled.sh