From 2f89e5f8c4ac334b97e633c04ee16f58cd5f1a48 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 24 Nov 2025 11:44:39 -0500 Subject: [PATCH] nix: re-enable optimise store --- system/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/common.nix b/system/common.nix index 0417087..e584510 100644 --- a/system/common.nix +++ b/system/common.nix @@ -72,7 +72,7 @@ nix = { # optimize the store - optimise.automatic = false; + optimise.automatic = true; # enable flakes! settings.experimental-features = [