disabled crab-hole

This commit is contained in:
Leyla Becker 2025-10-21 18:52:38 -05:00
parent f21777b1fb
commit 539af51473
2 changed files with 2 additions and 2 deletions

View file

@ -343,7 +343,7 @@
}; };
crab-hole = { crab-hole = {
enable = true; enable = false;
port = 8085; port = 8085;
openFirewall = true; openFirewall = true;
show_doc = true; show_doc = true;

View file

@ -5,7 +5,7 @@
}: let }: let
workingDirectory = "/var/lib/private/crab-hole"; workingDirectory = "/var/lib/private/crab-hole";
in { in {
config = lib.mkIf (config.services.immich.enable && config.host.impermanence.enable) { config = lib.mkIf (config.services.crab-hole.enable && config.host.impermanence.enable) {
assertions = [ assertions = [
{ {
assertion = assertion =