modules/darwin/builder: set interactive ProcessType for nix daemon
This commit is contained in:
parent
0689d857dc
commit
17b28638cc
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@
|
||||||
../shared/builder.nix
|
../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