From 5d9674da2ff357224b17e6e79a626d90668528f1 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Mon, 8 Dec 2025 16:55:43 +0100 Subject: [PATCH] fix: bind docling-serve to localhost --- modules/docling.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/docling.nix b/modules/docling.nix index 7c0e263..e258928 100644 --- a/modules/docling.nix +++ b/modules/docling.nix @@ -10,7 +10,7 @@ services.docling-serve = { enable = true; port = 5001; - host = "0.0.0.0"; + host = "127.0.0.1"; openFirewall = true; #environment #environmentFile