diff --git a/mirage/unikernel.ml b/mirage/unikernel.ml
index a8f5e06..fea9028 100644
--- a/mirage/unikernel.ml
+++ b/mirage/unikernel.ml
@@ -704,7 +704,7 @@ stamp: %S
*)
let archive_stats =
Fmt.str "
- commit %s
- last modified %s
- repo %s
- %u validated archives on disk
- %Lu bytes free
"
- t.commit_id t.modified t.repo
+ t.commit_id t.modified (K.remote ())
(SM.cardinal disk.Disk.md5s)
(KV.free disk.Disk.dev)
in