83 current 2024-03-01 12:02:53 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
0e838f14cf
commit
50a33a14ee
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue