Revert "darwin: enable linux builder"
This reverts commit c296e1bb78082fb9cde7707ec30d802e6655da30.
This commit is contained in:
parent
f0cf43d11e
commit
e1bdc1e7fa
1 changed files with 0 additions and 20 deletions
|
|
@ -4,26 +4,6 @@
|
|||
# auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
# enable the linux builder
|
||||
nix.linux-builder = {
|
||||
enable = true;
|
||||
package = pkgs.darwin.linux-builder-x86_64;
|
||||
ephemeral = true;
|
||||
maxJobs = 4;
|
||||
config = {
|
||||
virtualisation = {
|
||||
darwin-builder = {
|
||||
diskSize = 40 * 1024;
|
||||
memorySize = 8 * 1024;
|
||||
};
|
||||
cores = 6;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# enable trusted users
|
||||
nix.settings.trusted-users = [ "@admin" ];
|
||||
|
||||
# nix auto garbage collection
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue