hosts/*: clean up unnecessary empty persists

This commit is contained in:
Infinidoge 2025-03-11 14:09:43 -04:00
parent f08eb1df6c
commit f70739f81c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
5 changed files with 9 additions and 39 deletions

View file

@ -50,12 +50,4 @@
sshUser = "remotebuild";
}
];
persist = {
directories = [
];
files = [
];
};
}