mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
Merge pull request #60026 from grahamc/port-59945-staging
nixos/virtualbox: Fixes configuration to evaluate
This commit is contained in:
commit
12c4103969
|
@ -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 a new issue