From b046b9d5a6b4a90fa4470dec634300f7b9d394da Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 12 Feb 2023 14:57:02 +0100 Subject: [PATCH] Fix openbooks book download --- modules/information.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/information.nix b/modules/information.nix index efbf4fd..1596922 100644 --- a/modules/information.nix +++ b/modules/information.nix @@ -54,7 +54,7 @@ image = "evanbuss/openbooks@sha256:16609c3da954715f8f98b5de6c838146914ae700b2a700b4d9aad8b23c9217da"; ports = [ "127.0.0.1:9000:80" ]; - cmd = [ "--name" "bookworm" "--searchbot" "searchook" ]; + cmd = [ "--name" "bookworm" "--searchbot" "searchook" "--persist" ]; }; }; };