Skip to content

Commit

Permalink
Revert "nixos/virtualbox: Fixes configuration to evaluate"
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 22, 2019
1 parent ce14f9a commit dcf216c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/virtualisation/virtualbox-image.nix
Expand Up @@ -100,10 +100,10 @@ in {
boot.growPartition = true;
boot.loader.grub.device = "/dev/sda";

swapDevices = [{
swap.swapDevices = {
device = "/var/swap";
size = 2048;
}];
};

virtualisation.virtualbox.guest.enable = true;

Expand Down

0 comments on commit dcf216c

Please sign in to comment.