From d81056359bffd56171ba1e75ef72d145f19e0675 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 23 May 2020 20:23:40 +0530 Subject: [PATCH] nixos-modules: temporary disable vbox FS --- nixos-modules/dhall/vbox-guest.dhall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-modules/dhall/vbox-guest.dhall b/nixos-modules/dhall/vbox-guest.dhall index 7723d8d..28bb141 100644 --- a/nixos-modules/dhall/vbox-guest.dhall +++ b/nixos-modules/dhall/vbox-guest.dhall @@ -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" } } ]