diff options
author | Alan Pearce | 2024-12-29 18:42:47 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-29 18:42:47 +0100 |
commit | 98d2a3aacab012b7991c2707da79092dffb1647c (patch) | |
tree | e7a717d9a67e3ff62b1416889dad8fe88ac55860 /system/marvin.nix | |
parent | 410f6fe48d070d8eaf50add3671795b4666732ee (diff) | |
download | nixfiles-98d2a3aacab012b7991c2707da79092dffb1647c.tar.lz nixfiles-98d2a3aacab012b7991c2707da79092dffb1647c.tar.zst nixfiles-98d2a3aacab012b7991c2707da79092dffb1647c.zip |
marvin: add kvm feature to remote builder on linde
Diffstat (limited to 'system/marvin.nix')
-rw-r--r-- | system/marvin.nix | 2 |
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" ]; } ]; }; |