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

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

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3lz5eyi2drm22
+5
Diff #1
+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 }

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
fix(spindle): persist data
expand 0 comments
pull request successfully merged
1 commit
expand
fix(spindle): persist data
expand 0 comments