Merge pull request #59945 from samueldr/fix/ova-eval-failure
nixos/virtualbox: Fixes configuration to evaluate
This commit is contained in:
commit
4b201f6c57
1 changed files with 2 additions and 2 deletions
|
@ -100,10 +100,10 @@ in {
|
||||||
boot.growPartition = true;
|
boot.growPartition = true;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
swap.swapDevices = {
|
swapDevices = [{
|
||||||
device = "/var/swap";
|
device = "/var/swap";
|
||||||
size = 2048;
|
size = 2048;
|
||||||
};
|
}];
|
||||||
|
|
||||||
virtualisation.virtualbox.guest.enable = true;
|
virtualisation.virtualbox.guest.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue