From 4cf2b62ebe1e027ed2f9f1d80c43c0c08513aef1 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 21 Nov 2022 19:41:25 +0100 Subject: [PATCH] modules/c3d2: remove nix.settings.auto-optimise-store doesn't work with writableStoreOverlay --- modules/c3d2.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/c3d2.nix b/modules/c3d2.nix index 230f234d..f15493d9 100644 --- a/modules/c3d2.nix +++ b/modules/c3d2.nix @@ -383,7 +383,6 @@ in nix = { settings = { - auto-optimise-store = true; trusted-public-keys = lib.mkIf (config.networking.hostName != "hydra") [ (builtins.readFile ../hosts/hydra/cache-pub.key) ];