forked from M-Labs/nix-scripts
wfvm: set default windows image parameters
This commit is contained in:
parent
cc37c8232d
commit
ded12b51fd
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs
|
{ pkgs
|
||||||
, fullName
|
, fullName ? "John Doe"
|
||||||
, organization
|
, organization ? "KVM Authority"
|
||||||
, administratorPassword
|
, administratorPassword ? "123456"
|
||||||
, uiLanguage ? "en-US"
|
, uiLanguage ? "en-US"
|
||||||
, inputLocale ? "en-US"
|
, inputLocale ? "en-US"
|
||||||
, userLocale ? "en-US"
|
, userLocale ? "en-US"
|
||||||
|
|
Loading…
Reference in New Issue