build04, modules/darwin/common: set nixCommunity.gc.gbFree to 25

This commit is contained in:
zowoq 2023-12-07 11:31:51 +10:00
parent 38f5a5ac47
commit 648a6031f7
2 changed files with 4 additions and 0 deletions
hosts/build04
modules/darwin/common

View file

@ -9,6 +9,8 @@
inputs.self.nixosModules.remote-builder
];
nixCommunity.gc.gbFree = 25;
# disable kvm/nixos-tests
nix.settings.system-features = [ "big-parallel" ];

View file

@ -21,6 +21,8 @@
];
};
nixCommunity.gc.gbFree = 25;
services.nix-daemon.enable = true;
programs.zsh.enable = true;