2
0
Fork 0

nixos-modules: temporary disable vbox FS

This commit is contained in:
Ehmry - 2020-05-23 20:23:40 +05:30
parent 437dab20a2
commit d81056359b
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ let toVbox =
, attributes = toMap { name = "store" }
, content =
[ XML.leaf
{ name = "fs"
{ name = "ram"
, attributes = toMap
{ writeable = "no"
, label = "nix"
@ -144,7 +144,7 @@ let toVbox =
]
}
, XML.leaf
{ name = "fs"
{ name = "ram"
, attributes = toMap { writeable = "yes" }
}
]