Managed to start a VM again

This commit is contained in:
2023-12-06 20:27:59 +01:00
parent 8b53875349
commit 60d35f17bd
6 changed files with 53 additions and 6 deletions

View File

@ -76,6 +76,9 @@ pub struct AppConfig {
pub storage: String,
/// Directory where temporary files are stored
///
/// Warning! This directory MUST be changed if `/tmp` is not in the same disk as the storage
/// directory!
#[arg(long, env, default_value = "/tmp")]
pub temp_dir: String,