mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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.loader.grub.device = "/dev/sda";
|
||||
|
||||
swap.swapDevices = {
|
||||
swapDevices = [{
|
||||
device = "/var/swap";
|
||||
size = 2048;
|
||||
};
|
||||
}];
|
||||
|
||||
virtualisation.virtualbox.guest.enable = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user