forked from mirrors/nixpkgs
nixos/ova: Grub uuid detection is broken when generating the ova
This commit is contained in:
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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue