diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/auth/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix index c0b4791..08ceb47 100644 --- a/hosts/auth/default.nix +++ b/hosts/auth/default.nix @@ -16,8 +16,8 @@ in }; microvm = { - hypervisor = "qemu"; - mem = 2 * 1024 + 512; + hypervisor = "cloud-hypervisor"; + mem = 2 * 1024; vcpu = 2; interfaces = [ { |
