f-28: api: add uefi params

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-05-23 22:26:21 +02:00
commit 325f1acff5
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
5 changed files with 15 additions and 0 deletions

View file

@ -84,6 +84,7 @@ func (s *Server) startVM(w http.ResponseWriter, r *http.Request) {
VolumePath: req.Storage[0].Path,
Memory: req.Memory,
CPUs: req.CPUs,
UEFI: req.UEFI,
Password: req.Password,
SSHKey: req.SSHKey,
}