From 50a33a14eeb28006c149382e0ff71afe6255d3e8 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 12:03:42 -0500 Subject: [PATCH] 83 current 2024-03-01 12:02:53 24.05.20240228.9099616 6.6.18 * --- hosts/earth/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 7ed0028..774cb71 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -29,6 +29,14 @@ networking.hostName = "earth"; # Define your hostname. + virtualisation.vmVariant = { + # following configuration is added only when building VM with build-vm + virtualisation = { + memorySize = 2048; # Use 2048MiB memory. + cores = 4; + }; + }; + # Enable networking networking.networkmanager.enable = true;