nix: don't optimise on every build

this makes builds slower
This commit is contained in:
Leonardo Eugênio 2024-05-31 21:45:12 -03:00
parent 90a08dfaa9
commit 9137829f02

View file

@ -22,7 +22,6 @@ in
};
optimise.automatic = true;
settings = {
auto-optimise-store = true;
trusted-users = [
"root"
"@wheel"