servo: clightning: port data to private store

This commit is contained in:
2024-07-27 02:07:39 +00:00
parent 1fb6cb483b
commit fff7848cd6

View File

@@ -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"; }
];