From 40a60d1ddb62f291f749ca040a1171e4e8f0a1a3 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 12 Feb 2024 20:04:40 +0100 Subject: [PATCH] enable automatic store optimisation --- hosts/niks/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 1c7b84f0..cb9d6b97 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -88,6 +88,7 @@ ]; max-jobs = 3; cores = 4; + auto-optimise-store = true; substituters = [ "https://nix-gaming.cachix.org" "https://nix-community.cachix.org"