···234234 "d /workspace/repo 0755 spindle-workflow spindle-workflow -"
235235 ];
236236237237+ # nix flake cache should go on the persisted dir, not the root (which is on tmpfs)
238238+ systemd.services.shuttle = {
239239+ environment.XDG_CACHE_HOME = "/var/cache/shuttle";
240240+ serviceConfig.CacheDirectory = "shuttle";
241241+ };
242242+237243 # add any common packages / services here
238244 environment.systemPackages = with pkgs; [
239245 gitMinimal