From cab13d001beeb488bed90f800c0cfccc48d70812 Mon Sep 17 00:00:00 2001
From: Aaron  Honeycutt <aaronhoneycutt@protonmail.com>
Date: Fri, 10 Nov 2023 19:42:59 +0000
Subject: [PATCH] Update vm.nix

---
 systems/vm.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/vm.nix b/systems/vm.nix
index 512fc0e..9057e1c 100644
--- a/systems/vm.nix
+++ b/systems/vm.nix
@@ -26,7 +26,7 @@
       };
    };
 
-   nix.settings.auto-optimise-store = true;
+   #nix.settings.auto-optimise-store = true;
    nix.settings.experimental-features = [ "nix-command" "flakes" ];
 
    nix.gc = {