fix: Repair gh runner perms

This commit is contained in:
Hunter Halloran
2025-12-17 11:04:22 -05:00
parent 25df9bbabe
commit 9514fe2868
2 changed files with 108 additions and 5 deletions

View File

@@ -120,6 +120,12 @@ in
default = "nixos-systems";
description = "Name of the GitHub runner service";
};
replace = mkOption {
type = types.bool;
default = false;
description = "Replace existing runner registration on start";
};
};
};
};