From 0183d9397a90c0fc92367d9946f28e7d38312ee7 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 18 Oct 2025 18:50:42 +0200 Subject: [PATCH] add fake install dates for clan-app --- inventory.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/inventory.json b/inventory.json index 9465cf3..78d4f06 100644 --- a/inventory.json +++ b/inventory.json @@ -2,6 +2,15 @@ "machines": { "verbena": { "installedAt": 1757633120 + }, + "crocus": { + "installedAt": 1757633120 + }, + "haze": { + "installedAt": 1757633120 + }, + "genepi": { + "installedAt": 1757633120 } } -} \ No newline at end of file +}