diff --git a/nixos-modules/dhall/vbox-guest.dhall b/nixos-modules/dhall/vbox-guest.dhall index 1a0fb3a..9f4a8d9 100644 --- a/nixos-modules/dhall/vbox-guest.dhall +++ b/nixos-modules/dhall/vbox-guest.dhall @@ -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" } } ]