fix(spindle): persist data #26

merged
opened by a.starrysky.fyi targeting main from private/minion/push-ympkyqtupzos

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

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