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
commit

98d2a3aacab012b7991c2707da79092dffb1647c

parent

410f6fe48d070d8eaf50add3671795b4666732ee

1 file changed, 1 insertion(+), 1 deletion(-)

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" ]; } ]; };