summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-12-29 18:42:47 +0100
committerAlan Pearce2024-12-29 18:42:47 +0100
commit98d2a3aacab012b7991c2707da79092dffb1647c (patch)
treee7a717d9a67e3ff62b1416889dad8fe88ac55860 /system
parent410f6fe48d070d8eaf50add3671795b4666732ee (diff)
downloadnixfiles-98d2a3aacab012b7991c2707da79092dffb1647c.tar.lz
nixfiles-98d2a3aacab012b7991c2707da79092dffb1647c.tar.zst
nixfiles-98d2a3aacab012b7991c2707da79092dffb1647c.zip
marvin: add kvm feature to remote builder on linde
Diffstat (limited to 'system')
-rw-r--r--system/marvin.nix2
1 files changed, 1 insertions, 1 deletions
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" ];
       }
     ];
   };