forked from M-Labs/nix-scripts
wfvm: revert accidentally committed part of f464b61290
This commit is contained in:
parent
4272fe445c
commit
d407eee013
|
@ -37,7 +37,7 @@ wfvm.makeWindowsImage {
|
||||||
# administratorPassword = "12345";
|
# administratorPassword = "12345";
|
||||||
|
|
||||||
# Imperative installation commands, to be installed incrementally
|
# Imperative installation commands, to be installed incrementally
|
||||||
installCommands = with wfvm.layers; [ anaconda3 ];
|
installCommands = with wfvm.layers; [ anaconda3 msys2 msys2-packages ];
|
||||||
|
|
||||||
# services = {
|
# services = {
|
||||||
# # Enable remote management
|
# # Enable remote management
|
||||||
|
|
Loading…
Reference in New Issue