mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge f69079f76c
into ebb88c3428
This commit is contained in:
commit
3311b960b3
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue