Merge pull request #59945 from samueldr/fix/ova-eval-failure

nixos/virtualbox: Fixes configuration to evaluate
This commit is contained in:
Samuel Dionne-Riel 2019-04-20 23:22:32 -04:00 committed by GitHub
commit 4b201f6c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,10 +100,10 @@ in {
boot.growPartition = true;
boot.loader.grub.device = "/dev/sda";
swap.swapDevices = {
swapDevices = [{
device = "/var/swap";
size = 2048;
};
}];
virtualisation.virtualbox.guest.enable = true;