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

This commit is contained in:
William A. Kennington III 2014-05-02 03:44:07 -05:00
parent 0f6079d999
commit 940c57e4e8

View File

@ -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" ];