morph: speed up test by enabling useNixStoreImage

This commit is contained in:
Jörg Thalheim
2025-05-03 16:00:19 +02:00
parent 5ca344c285
commit aa50a3e985
2 changed files with 7 additions and 0 deletions

View File

@@ -44,7 +44,11 @@
{
environment.etc."install-closure".source = "${closureInfo}/store-paths";
system.extraDependencies = dependencies;
virtualisation.memorySize = 2048;
virtualisation.useNixStoreImage = true;
virtualisation.writableStore = true;
environment.systemPackages = [ self.packages.${pkgs.system}.clan-cli-full ];
};
};

View File

@@ -8,5 +8,8 @@
(modulesPath + "/profiles/minimal.nix")
];
virtualisation.useNixStoreImage = true;
virtualisation.writableStore = true;
clan.core.enableRecommendedDefaults = false;
}