aux-config/systems/x86_64-linux/U3ncSovm/vm.nix
2024-11-27 01:20:19 +01:00

10 lines
239 B
Nix

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