83 current 2024-03-01 12:02:53 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 12:03:42 -05:00
parent 0e838f14cf
commit 50a33a14ee

View file

@ -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;