nixos/virtualbox: Fixes configuration to evaluate
Fixes issue introduced by #57557
This commit is contained in:
parent
2a8ca24215
commit
429e554714
@ -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 New Issue
Block a user