infra/modules/darwin/builder.nix

11 lines
244 B
Nix
Raw Normal View History

2023-09-07 12:47:33 +10:00
{
2024-07-24 19:05:26 +10:00
imports = [ ../shared/builder.nix ];
2023-09-07 12:47:33 +10:00
# https://github.com/LnL7/nix-darwin/blob/230a197063de9287128e2c68a7a4b0cd7d0b50a7/modules/nix/default.nix#L201
nix.daemonProcessType = "Interactive";
2024-07-24 19:05:26 +10:00
nix.gc.interval = {
Minute = 15;
};
2023-09-07 12:47:33 +10:00
}