2
0
Fork 0

Revert "nixos-modules: temporary disable vbox FS"

This reverts commit 5c21ea3180.
This commit is contained in:
Ehmry - 2020-05-25 20:21:56 +05:30
parent 6a13805863
commit 162d0c3e97
1 changed files with 2 additions and 2 deletions

View File

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