From d358f93fe87564fde98bdf0905a56caf51dc58cb Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 1 Oct 2022 22:33:23 +0200 Subject: [PATCH] leon: disable nix.settings.auto-optimise-store for microvm.writableStoreOverlay --- hosts/leon/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 0fa4f971..6337a90d 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -27,7 +27,7 @@ #-------------------------------------------------------------------------------- -{ config, pkgs, ... }: +{ config, lib, pkgs, ... }: { microvm = { @@ -39,6 +39,7 @@ size = 3048; } ]; }; + nix.settings.auto-optimise-store = lib.mkForce false; c3d2.deployment = { server = "server10";