leon: disable nix.settings.auto-optimise-store for microvm.writableStoreOverlay

This commit is contained in:
Astro 2022-10-01 22:33:23 +02:00
parent 724d649a95
commit d358f93fe8
1 changed files with 2 additions and 1 deletions

View File

@ -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";