nixos/github-runner: deprecate module in favor of github-runners.*

This commit is contained in:
Vincent Haupert
2024-01-22 13:55:05 +01:00
parent ab57ba24cf
commit 9ad02c831a
4 changed files with 6 additions and 26 deletions

View File

@@ -12,6 +12,10 @@ let
in
{
imports = [
mkRemovedOptionModule [ "services" "github-runner" ] "Use `services.github-runners.*` instead"
];
options.services.github-runners = mkOption {
default = {};
type = with types; attrsOf (submodule { options = import ./github-runner/options.nix (args // {