mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
source based
This commit is contained in:
parent
a9347dcd82
commit
ea93284088
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
trusted-users = [ "${config.user.name}" ];
|
trusted-users = [ "${config.user.name}" ];
|
||||||
|
substitute = false;
|
||||||
|
max-jobs = "auto";
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue