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"