nixos/ova: Grub uuid detection is broken when generating the ova

This commit is contained in:
William A. Kennington III
2014-08-28 13:35:36 -07:00
parent 0f6079d999
commit 940c57e4e8
@@ -10,6 +10,9 @@ with lib;
../profiles/clone-config.nix
];
# FIXME: UUID detection is currently broken
boot.loader.grub.fsIdentifier = "provided";
# Allow mounting of shared folders.
users.extraUsers.demo.extraGroups = [ "vboxsf" ];