modules/darwin: add nix optimise

This commit is contained in:
zowoq 2024-07-15 11:25:07 +10:00
commit 47a8120800
3 changed files with 12 additions and 3 deletions
modules/darwin/common

View file

@ -0,0 +1,11 @@
{
# https://github.com/NixOS/nix/issues/7273
nix.settings.auto-optimise-store = false;
nix.optimise.interval = [
{
Hour = 5;
Minute = 45;
}
];
}