nix: disable auto optimise store
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
nix = {
|
||||
# optimize the store
|
||||
optimise.automatic = true;
|
||||
optimise.automatic = false;
|
||||
|
||||
# enable flakes!
|
||||
settings.experimental-features = [
|
||||
|
||||
Reference in New Issue
Block a user