microvm: switch to cloud-hypervisor for better support
This commit is contained in:
parent
94a3542161
commit
f17ffd4889
1 changed files with 1 additions and 2 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
networking.hostName = "veneficium-microvm-vaultwarden";
|
networking.hostName = "veneficium-microvm-vaultwarden";
|
||||||
microvm.hypervisor = "firecracker";
|
microvm.hypervisor = "cloud-hypervisor";
|
||||||
microvm.shares = [
|
microvm.shares = [
|
||||||
{
|
{
|
||||||
source = "/nix/store";
|
source = "/nix/store";
|
||||||
mountPoint = "/nix/.ro-store";
|
mountPoint = "/nix/.ro-store";
|
||||||
tag = "ro-store";
|
tag = "ro-store";
|
||||||
proto = "virtiofs";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
system.stateVersion = config.system.nixos.version;
|
system.stateVersion = config.system.nixos.version;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue