nfsroot: bump mem to 2g, switch from qemu to cloud-hypervisor

This commit is contained in:
Astro 2022-06-09 01:11:45 +02:00
parent ff37604bd6
commit dec089eb72
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ let
];
in {
microvm = {
hypervisor = "qemu";
hypervisor = "cloud-hypervisor";
mem = 2048;
shares = [ {
source = "/nix/store";