marvin: add kvm feature to remote builder on linde
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M system/marvin.nix → system/marvin.nix
@@ -53,7 +53,7 @@ hostName = "linde.alanpearce.eu"; system = "aarch64-linux"; maxJobs = 2; speedFactor = 1; - supportedFeatures = [ ]; + supportedFeatures = [ "kvm" ]; } ]; };