From 710902b5ff6b4a40ba16aea8eed0d68b6954a351 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Tue, 2 May 2023 11:22:46 +1000 Subject: [PATCH] nix: rename nix.autoOptimiseStore resolves #13 --- profiles/host_common.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/host_common.nix b/profiles/host_common.nix index c20f5bf..36adb87 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -69,11 +69,13 @@ dates = "weekly"; options = "--delete-older-than 90d"; }; - autoOptimiseStore = true; extraOptions = '' show-trace = true # Enable --show-trace by default for nix builders-use-substitutes = true # Set builders to use caches ''; + settings = { + auto-optimise-store = true; + }; trustedUsers = ["fiscalvelvetpoet"]; };