mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
creating github-runners nix_builder
This commit is contained in:
14
systems/jeeves/runner.nix
Normal file
14
systems/jeeves/runner.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
let
|
||||
vars = import ./vars.nix;
|
||||
in
|
||||
{
|
||||
services.github-runners.nix_builder = {
|
||||
enable = true;
|
||||
workDir = "/home/richie/test";
|
||||
url = "https://github.com/RichieCahill/dotfiles";
|
||||
extraLabels = [ "nixos" ];
|
||||
tokenFile = "${vars.storage_secrets}/services/github_runners/nix_builder";
|
||||
# extraPackages
|
||||
# extraEnvironment
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user