format tree
This commit is contained in:
parent
24547fcd6c
commit
92c55595d0
43 changed files with 476 additions and 357 deletions
modules/darwin
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
imports = [
|
||||
../shared/builder.nix
|
||||
];
|
||||
imports = [ ../shared/builder.nix ];
|
||||
|
||||
# https://github.com/LnL7/nix-darwin/blob/230a197063de9287128e2c68a7a4b0cd7d0b50a7/modules/nix/default.nix#L201
|
||||
nix.daemonProcessType = "Interactive";
|
||||
|
||||
nix.gc.interval = { Minute = 15; };
|
||||
nix.gc.interval = {
|
||||
Minute = 15;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue