Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(spindle): persist data

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...

authored by a.starrysky.fyi and committed by

Tangled d4977bdc dc61a52a

+5
+5
packetmix/systems/midnight/spindle.nix
··· 18 18 }; 19 19 pipelines.workflowTimeout = "2h"; 20 20 }; 21 + 22 + clicks.storage.impermanence.persist.directories = [ 23 + "/var/lib/docker" 24 + "/var/lib/spindle" 25 + ]; 21 26 }