From aae568b18440ddc98dc0a7683565e6d17ebc6e50 Mon Sep 17 00:00:00 2001 From: reidlab Date: Sun, 23 Nov 2025 18:12:25 -0800 Subject: [PATCH] fix service.. oops!! --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a60f1a1..3d399c4 100644 --- a/flake.nix +++ b/flake.nix @@ -123,7 +123,11 @@ type = types.str; default = "cache"; }; - ttl = mkOption { + database = mkOption { + type = types.str; + default = "file:cache/cache.sqlite"; + }; + file_ttl = mkOption { type = types.int; default = 3600; };