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 = {
|
crab-hole = {
|
||||||
enable = true;
|
enable = false;
|
||||||
port = 8085;
|
port = 8085;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
show_doc = true;
|
show_doc = true;
|
||||||
|
|
|
||||||
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue