Make the Gitlab Runner exclusive choices.

This commit is contained in:
Greg Hellings
2025-11-02 22:33:05 -06:00
parent e60d62ce45
commit a227302e36
5 changed files with 46 additions and 48 deletions
+3 -4
View File
@@ -33,10 +33,9 @@
podman.enable = true;
print.enable = true;
tailscale.enable = true;
runner.enable = true;
vmdev = {
enable = false;
system = "intel";
runner = {
enable = true;
qemu = true;
};
};