From 8618bcc6239b520716b06dda8036a44467e1bb79 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 14 Sep 2025 16:15:26 +0200 Subject: [PATCH] Got a very scary warning causing this change --- modules/base/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/base/default.nix b/modules/base/default.nix index b3c8653..640d24d 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -9,8 +9,6 @@ package = pkgs.nix; settings = { - auto-optimise-store = true; - experimental-features = [ "nix-command" "flakes" @@ -35,6 +33,8 @@ "larstvei.cachix.org-1:mJq98qeTBnm2xNNibn2BEwN1ggi6uQg+5hWASdG1Vys=" ]; }; + + optimise.automatic = true; }; environment.systemPackages = [