From 98d2a3aacab012b7991c2707da79092dffb1647c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 29 Dec 2024 18:42:47 +0100 Subject: marvin: add kvm feature to remote builder on linde --- system/marvin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/marvin.nix') diff --git a/system/marvin.nix b/system/marvin.nix index 2dd7986a..c4a13e93 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -53,7 +53,7 @@ system = "aarch64-linux"; maxJobs = 2; speedFactor = 1; - supportedFeatures = [ ]; + supportedFeatures = [ "kvm" ]; } ]; }; -- cgit 1.4.1