aux-config/systems/x86_64-linux/U3ncSovm/vm.nix

11 lines
239 B
Nix
Raw Normal View History

2024-11-27 01:20:19 +01:00
{ config, lib, pkgs, modulesPath, ... }:
{
virtualisation.vmVariant = {
# following configuration is added only when building VM with build-vm
virtualisation = {
memorySize = 4*1024;
cores = 3;
};
};
}