From fff7848cd6b2327045c494584d2e29101d65a500 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 27 Jul 2024 02:07:39 +0000 Subject: [PATCH] servo: clightning: port data to private store --- hosts/by-name/servo/services/cryptocurrencies/clightning.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/by-name/servo/services/cryptocurrencies/clightning.nix b/hosts/by-name/servo/services/cryptocurrencies/clightning.nix index 9d438a37a..b8965c377 100644 --- a/hosts/by-name/servo/services/cryptocurrencies/clightning.nix +++ b/hosts/by-name/servo/services/cryptocurrencies/clightning.nix @@ -72,7 +72,8 @@ { config, pkgs, ... }: { - sane.persist.sys.byStore.ext = [ + sane.persist.sys.byStore.private = [ + # clightning takes up only a few MB. but then several hundred MB of crash logs that i should probably GC. { user = "clightning"; group = "clightning"; mode = "0710"; path = "/var/lib/clightning"; method = "bind"; } ];