build04, modules/darwin/common: set nixCommunity.gc.gbFree to 25
This commit is contained in:
parent
38f5a5ac47
commit
648a6031f7
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
inputs.self.nixosModules.remote-builder
|
||||
];
|
||||
|
||||
nixCommunity.gc.gbFree = 25;
|
||||
|
||||
# disable kvm/nixos-tests
|
||||
nix.settings.system-features = [ "big-parallel" ];
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
nixCommunity.gc.gbFree = 25;
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue