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 a0998bde12
commit 5c21ea3180
1 changed files with 2 additions and 2 deletions

View File

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