nix: disable auto optimise store

This commit is contained in:
Simon Gardling 2025-10-15 10:22:28 -04:00
parent 55a71bebe7
commit 6a29e1f28c
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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