Skip to content

Commit

Permalink
switch all hypervisors to qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Aug 8, 2023
1 parent 7e33df2 commit e349dad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hosts/borken-data-hoarder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in
microvm = {
vcpu = 4;
mem = 4096;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";

interfaces = [{
Expand Down
2 changes: 1 addition & 1 deletion hosts/data-hoarder/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
in
{
microvm = {
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
mem = 6144;
vcpu = 12;
interfaces = [{
Expand Down
2 changes: 1 addition & 1 deletion hosts/staging-data-hoarder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
microvm = {
vcpu = 4;
mem = 4096;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";

interfaces = [{
Expand Down
2 changes: 1 addition & 1 deletion hosts/tram-borzoi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in
microvm = {
vcpu = 2;
mem = 1024 * 2;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
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 * 24;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";

interfaces = [{
Expand Down

0 comments on commit e349dad

Please sign in to comment.