need a uuid per machine

This commit is contained in:
Jeff Carr 2025-02-22 14:33:26 -06:00
parent 08400c8913
commit bf833ed92d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ message Machine { // `autogenpb:marshal`
Packages available = 8; // packages that are available
Packages wit = 9; // packages that are available from mirrors.wit.com
string userAgent = 10;
string uuid = 11;
}
message Machines { // `autogenpb:marshal` `autogenpb:gui`