From f083f748255b5648b6a454ba3e6ba91f5559ba28 Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Mon, 5 Jun 2023 01:58:28 +0800 Subject: [PATCH] feat: enable storage optimise to reduce storage usage --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2b416434..f5efb4ad 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,7 @@ nixConfig = { experimental-features = [ "nix-command" "flakes" ]; # Manual optimise storage: nix-store --optimise + # https://nixos.org/manual/nix/stable/command-ref/conf-file.html#conf-auto-optimise-store auto-optimise-store = true; substituters = [