Skip to content

Commit

Permalink
switch to cloud-hypervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jul 20, 2024
1 parent 15d381c commit 3287702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/staging-data-hoarder/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
microvm = {
vcpu = 4;
mem = 4096;
hypervisor = "qemu";
hypervisor = "cloud-hypervisor";
socket = "${config.networking.hostName}.socket";

interfaces = [{
Expand Down
2 changes: 1 addition & 1 deletion hosts/uranus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in
microvm = {
vcpu = 16;
mem = 1024 * 16;
hypervisor = "qemu";
hypervisor = "cloud-hypervisor";
socket = "${config.networking.hostName}.socket";

interfaces = [{
Expand Down

0 comments on commit 3287702

Please sign in to comment.