all repos — nixfiles @ 98d2a3aacab012b7991c2707da79092dffb1647c

System and user configuration, managed by nix and home-manager

marvin: add kvm feature to remote builder on linde
Alan Pearce alan@alanpearce.eu
Sun, 29 Dec 2024 18:42:47 +0100
commit

98d2a3aacab012b7991c2707da79092dffb1647c

parent

410f6fe48d070d8eaf50add3671795b4666732ee

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/marvin.nixsystem/marvin.nix
@@ -53,7 +53,7 @@ hostName = "linde.alanpearce.eu";         system = "aarch64-linux";
         maxJobs = 2;
         speedFactor = 1;
-        supportedFeatures = [ ];
+        supportedFeatures = [ "kvm" ];
       }
     ];
   };