From 2e0f5c9669024ddd64c5ee06a240eb4fbe6b7e3b Mon Sep 17 00:00:00 2001 From: Travis Herbranson Date: Sat, 2 May 2026 20:40:46 -0400 Subject: [PATCH] Fix chezmoi init: use basic promptString for all fields --- .chezmoi.toml.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index fac5af3..a55be9d 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -4,5 +4,4 @@ [data] name = "{{ promptString "Your name" }}" email = "{{ promptString "Your email" }}" - # Enter "workstation" for dev rig, "server" for proxmox/nas nodes - machine_type = "{{ promptStringOnce . "machine_type" "Machine type (workstation/server)" }}" + machine_type = "{{ promptString "Machine type - workstation or server" }}"