From f1b52c0da7574929ee0be355edace54387daa52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Partheym=C3=BCller?= Date: Wed, 10 Mar 2021 13:35:49 +0100 Subject: [PATCH] autounattend: Revert back to driveLetter D --- wfvm/autounattend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfvm/autounattend.nix b/wfvm/autounattend.nix index f79df37..6033b21 100644 --- a/wfvm/autounattend.nix +++ b/wfvm/autounattend.nix @@ -13,8 +13,8 @@ , timeZone ? "UTC" , services ? {} , impureShellCommands ? [] +, driveLetter ? "D:" , efi ? true -, driveLetter ? if efi then "E:" else "D:" , ... }: