From 1a4bdedbb3f0af66f0d45f074b9f3e27ee990176 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Thu, 18 Sep 2025 18:03:09 +0000 Subject: [PATCH] fix(spindle): persist data Change-Id: smvpwwrsqkkqltmsluuptzwvousqyyyl Spindles don't really like it when you delete their state every time they turn on. It tends to lead to lost logs and repulled nixery containers. Let's fix that... --- packetmix/systems/midnight/spindle.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packetmix/systems/midnight/spindle.nix b/packetmix/systems/midnight/spindle.nix index 069f5c19..7042460e 100644 --- a/packetmix/systems/midnight/spindle.nix +++ b/packetmix/systems/midnight/spindle.nix @@ -18,4 +18,9 @@ }; pipelines.workflowTimeout = "2h"; }; + + clicks.storage.impermanence.persist.directories = [ + "/var/lib/docker" + "/var/lib/spindle" + ]; } -- 2.43.0