added nixos label for runner
This commit is contained in:
+3
-1
@@ -58,7 +58,9 @@
|
||||
url = "http://gitea.lan:80/";
|
||||
name = "runner1";
|
||||
enable = true;
|
||||
labels = [ "ubuntu-latest:docker://ubuntu:latest" ];
|
||||
labels = [ "ubuntu-latest:docker://ubuntu:latest"
|
||||
"nixos:docker://nixos/nix:latest"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user