nix: don't optimise on every build
this makes builds slower
This commit is contained in:
parent
90a08dfaa9
commit
9137829f02
|
@ -22,7 +22,6 @@ in
|
||||||
};
|
};
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"@wheel"
|
"@wheel"
|
||||||
|
|
Loading…
Reference in a new issue