flake.nix: use more force in *-vm packages

This commit is contained in:
Astro 2022-06-13 20:38:33 +02:00
parent 6e50d39cbe
commit 40f18f2be2
1 changed files with 2 additions and 2 deletions

View File

@ -256,9 +256,9 @@
microvm.nixosModules.microvm
{
microvm = {
mem = 2048;
mem = nixpkgs.lib.mkForce 2048;
hypervisor = nixpkgs.lib.mkForce "qemu";
socket = null;
socket = nixpkgs.lib.mkForce null;
shares = [ {
tag = "ro-store";
source = "/nix/store";