mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
ref
This commit is contained in:
parent
f4dc4786bc
commit
394e553206
1 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ self, lib, flake-parts-lib, ... }:
|
||||
{ config, self, lib, flake-parts-lib, ... }:
|
||||
|
||||
let
|
||||
inherit (flake-parts-lib)
|
||||
mkPerSystemOption;
|
||||
inherit (lib)
|
||||
types;
|
||||
cfg = config.distributed-github-runner;
|
||||
in
|
||||
{
|
||||
options.distributed-github-runner = {
|
||||
|
|
@ -41,7 +42,7 @@ in
|
|||
nixosModule = lib.mkOption {
|
||||
type = types.deferredModule;
|
||||
description = "The NixOS module to use for the GitHub runner";
|
||||
internal = true;
|
||||
readOnly = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue