mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 00:07:01 +00:00
nix.linux-builder: Add cores, diskSize, and memorySize to config example
This commit is contained in:
parent
0e6857fa1d
commit
f69079f76c
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ in
|
|||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.neovim ];
|
||||
virtualisation = {
|
||||
# Larger linux-builder cores, ram, and disk.
|
||||
cores = 6;
|
||||
memorySize = lib.mkForce (1024 * 4);
|
||||
diskSize = lib.mkForce (1024 * 5);
|
||||
};
|
||||
|
||||
})
|
||||
'';
|
||||
description = lib.mdDoc ''
|
||||
|
|
Loading…
Add table
Reference in a new issue