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