module: default hyperhiveFlake to self — operator no longer sets it
This commit is contained in:
parent
4f91dfef99
commit
e2aa40409e
3 changed files with 10 additions and 7 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ hyperhivePackage }:
|
||||
{
|
||||
hyperhivePackage,
|
||||
hyperhiveFlake,
|
||||
}:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
|
|
@ -19,12 +22,14 @@ in
|
|||
};
|
||||
hyperhiveFlake = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "/etc/hyperhive";
|
||||
default = hyperhiveFlake;
|
||||
defaultText = lib.literalMD "the flake's own store path";
|
||||
description = ''
|
||||
URL of the hyperhive flake (no fragment). Inlined into each
|
||||
per-agent `flake.nix` at `inputs.hyperhive.url`. The per-agent
|
||||
flake then pulls `hyperhive.nixosConfigurations.agent-base` to
|
||||
build the container.
|
||||
build the container. Defaults to this flake's own store path —
|
||||
only override if you want agents tracking a different ref.
|
||||
'';
|
||||
};
|
||||
dashboardPort = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue