Add runner to jude plus module
This commit is contained in:
@@ -33,4 +33,15 @@
|
||||
users.extraGroups.vboxusers.members = [ "greg" ];
|
||||
|
||||
boot.extraModprobeConfig = "options kvm_amd nested=1";
|
||||
|
||||
greg.ci-runner = {
|
||||
qemu = {
|
||||
labels = [
|
||||
"qemu:host"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
qemu
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user