From 5e078825681fb9f0109bcd8e01bc64916b38be79 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 13 Jul 2023 06:58:48 +0000 Subject: [PATCH] sxmo: back the superd log directory with a store --- hosts/modules/gui/sxmo/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/modules/gui/sxmo/default.nix b/hosts/modules/gui/sxmo/default.nix index 7c8792e96..2568a4074 100644 --- a/hosts/modules/gui/sxmo/default.nix +++ b/hosts/modules/gui/sxmo/default.nix @@ -135,6 +135,11 @@ in "sfeed" # want this here so that the user's ~/.sfeed/sfeedrc gets created "superd" # make superctl (used by sxmo) be on PATH ]; + + persist.cryptClearOnBoot = [ + # builds to be 10's of MB per day + ".local/state/superd/logs" + ]; }; }