From cf64ff1616364432ed0ad3287d4de8c44ed579d8 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 25 Oct 2025 00:59:37 -0600 Subject: [PATCH] heartbeat is a boolean --- modules/servers/atticd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/servers/atticd.nix b/modules/servers/atticd.nix index c111e13..0866574 100644 --- a/modules/servers/atticd.nix +++ b/modules/servers/atticd.nix @@ -17,7 +17,7 @@ in settings = { listen = "[::]:${toString cfg.port}"; jwt = { }; - database.heartbeat = 300; # 5 minutes + database.heartbeat = true; # 5 minutes chunking = { nar-size-threshold = 64 * 1024; # 64 KiB min-size = 16 * 1024; # 16 KiB