DEBIAN!!!

This commit is contained in:
snow flurry 2024-08-15 20:35:55 -07:00
parent f0d37da26d
commit 66289b7c5b

View file

@ -126,7 +126,7 @@ pub async fn new_instance(
let mut system_map = InfoMap::new(); let mut system_map = InfoMap::new();
system_map.push( system_map.push(
"serial", "serial",
format!("ds=nocloud;s={}", ctx.config.cloud.http_addr()), format!("ds=nocloud-net;s={}", ctx.config.cloud.http_addr()),
); );
sysinfo.system(system_map); sysinfo.system(system_map);
sysinfo sysinfo