gh runner cleanup

This commit is contained in:
Hunter Halloran
2025-12-17 11:20:40 -05:00
parent e7cdc324f8
commit 35cbfceb81
2 changed files with 10 additions and 4 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";
};
};
};
};