disabled crab-hole
This commit is contained in:
parent
f21777b1fb
commit
539af51473
2 changed files with 2 additions and 2 deletions
|
|
@ -343,7 +343,7 @@
|
|||
};
|
||||
|
||||
crab-hole = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
port = 8085;
|
||||
openFirewall = true;
|
||||
show_doc = true;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
}: let
|
||||
workingDirectory = "/var/lib/private/crab-hole";
|
||||
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 = [
|
||||
{
|
||||
assertion =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue