From 47a34b6dec349c20bc61cd3e2e025f27b8c40e75 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 19 Jun 2022 13:11:20 +0100 Subject: [PATCH] nixos/colony: Fix hyperthreading in VMs --- nixos/boxes/colony/vms/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/boxes/colony/vms/default.nix b/nixos/boxes/colony/vms/default.nix index c422184..fbe7d2d 100644 --- a/nixos/boxes/colony/vms/default.nix +++ b/nixos/boxes/colony/vms/default.nix @@ -47,6 +47,7 @@ instances = { estuary = { uuid = "27796a09-c013-4031-9595-44791d6126b9"; + cpu = "host,topoext"; smp = { cpus = 2; threads = 2; @@ -66,6 +67,7 @@ shill = { uuid = "fc02d8c8-6f60-4b69-838a-e7aed6ee7617"; + cpu = "host,topoext"; smp = { cpus = 12; threads = 2;