nix: re-enable optimise store

This commit is contained in:
Simon Gardling 2025-11-24 11:44:39 -05:00
parent 924bd28512
commit 2f89e5f8c4
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -72,7 +72,7 @@
nix = {
# optimize the store
optimise.automatic = false;
optimise.automatic = true;
# enable flakes!
settings.experimental-features = [