From ded12b51fd8740714a6134c4cf6d66e673e0f5f8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 15 Jun 2020 14:01:48 +0800 Subject: [PATCH] wfvm: set default windows image parameters --- artiq-fast/wfvm/autounattend.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/artiq-fast/wfvm/autounattend.nix b/artiq-fast/wfvm/autounattend.nix index b526525..89937de 100644 --- a/artiq-fast/wfvm/autounattend.nix +++ b/artiq-fast/wfvm/autounattend.nix @@ -1,7 +1,7 @@ { pkgs -, fullName -, organization -, administratorPassword +, fullName ? "John Doe" +, organization ? "KVM Authority" +, administratorPassword ? "123456" , uiLanguage ? "en-US" , inputLocale ? "en-US" , userLocale ? "en-US"