wfvm: make demo image more like default

pull/30/head
Sebastien Bourdeauducq 2020-06-15 18:27:11 +08:00
parent cb359a0ceb
commit 72357a62f1
1 changed files with 14 additions and 14 deletions

View File

@ -18,23 +18,23 @@ wfvm.makeWindowsImage {
# ]; # ];
# User accounts # User accounts
users = { # users = {
artiq = { # artiq = {
password = "1234"; # password = "1234";
# description = "Default user"; # # description = "Default user";
# displayName = "Display name"; # # displayName = "Display name";
groups = [ # groups = [
"Administrators" # "Administrators"
]; # ];
}; # };
}; # };
# Auto login # Auto login
defaultUser = "artiq"; # defaultUser = "artiq";
fullName = "M-Labs"; # fullName = "M-Labs";
organization = "m-labs"; # organization = "m-labs";
administratorPassword = "12345"; # administratorPassword = "12345";
# Imperative installation commands, to be installed incrementally # Imperative installation commands, to be installed incrementally
installCommands = with wfvm.layers; [ anaconda3 msys2 msys2-packages ]; installCommands = with wfvm.layers; [ anaconda3 msys2 msys2-packages ];