mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
adding nixos-rebuild to extraPackages
This commit is contained in:
@@ -16,7 +16,8 @@ in
|
||||
|
||||
services.github-runners.nix_builder = {
|
||||
enable = true;
|
||||
workDir = "/home/richie/test";
|
||||
replace = true;
|
||||
workDir = "/zfs/media/github-runners/nix_builder/";
|
||||
url = "https://github.com/RichieCahill/dotfiles";
|
||||
extraLabels = [ "nixos" ];
|
||||
tokenFile = "${vars.storage_secrets}/services/github_runners/nix_builder";
|
||||
|
||||
Reference in New Issue
Block a user