nixos/virtualbox: Fixes configuration to evaluate

Fixes issue introduced by #57557
This commit is contained in:
Samuel Dionne-Riel 2019-04-20 23:03:22 -04:00 committed by Graham Christensen
parent 105bfc3ad3
commit 8a74ebeb01
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

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;