Merge pull request from grahamc/port-59945-staging

nixos/virtualbox: Fixes configuration to evaluate
This commit is contained in:
Graham Christensen 2019-04-22 11:46:24 -04:00 committed by GitHub
commit 12c4103969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
nixos/modules/virtualisation

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;